0.0.13 • Published 10 years ago

primitivemap v0.0.13

Weekly downloads
52
License
-
Repository
github
Last release
10 years ago

int->int, int->long, and string->string map data structures using the Google sparsehash implementation. Allows large data structures of this type to be stored off-heap.

Note that this is slower than using native JS structures - for int->int, about 7 times slower for reads, and 1.2 times slower for writes.

Usage:

var map = new primitivemap.StringStringMap() map.put('some key', 'some value') console.log('value: ' + map.get('some key')) map.rm('some key')

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.7

10 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.3

11 years ago

0.0.1

11 years ago