Files
dolt/js
Ben Kalman 9b667cc6ba Implement efficient set/map size/length (#1277)
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).
2016-04-19 17:04:33 -07:00
..
2016-04-14 14:31:21 -07:00
2016-04-15 14:09:36 -07:00
2016-04-15 14:09:36 -07:00