Jace A Mogill

Results 2 issues of Jace A Mogill

The open-hashing scheme used to resolve key collisions means there is more than one possible place to find a key. Resolving insertion collisions is not atomic, resulting in race hazards...

bug

The README has a bullet point claiming "Zero copy data interactive between Rust & Node.js". All data is copied into/out of the JS virtual machine by definition. Rust, like every...