mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 10:33:08 -06:00
The Go Len implementation just iterated over all values and incremented a counter. Now it can just read it off the meta sequence. The JS implementation never supported size because it would have been async in order to implement even the Go style implementation. Mostly addresses #764 (efficient; but could be more efficient).