node-hashtable icon indicating copy to clipboard operation
node-hashtable copied to clipboard

Native hashtable interface for when V8 objects can't take the heat

Results 11 node-hashtable issues
Sort by recently updated
recently updated
newest added

I'm trying to install this on Arch Linux, and I get the following: ``` > [email protected] install /home/lain/test/node_modules/hashtable > node-gyp configure build make: Entering directory '/home/lain/test/node_modules/hashtable/build' CXX(target) Release/obj.target/native/src/hashtable.o In file...

Hi! I get this error: gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit...

I'm running on windows using studio 2013 to compile a 64-bit `hashtable`. I can't get `clear` or `remove` to work with the simple code below: ``` var HashTable = require('../node_modules/hashtable');...

Hi, I just tired to install it on a **macOS Mojave v10.14.5** and am getting a similar error to the ones described... I've tried several workarounds (including installing from fork...

The build fails on macOS Sierra because it tries to include . This was on version 2.0.2.

I am trying to install moloch which depends on hashtable on Ubuntu 16.04 GNOME desktop, but it keeps failing on it. I have the latest version of node and npm...

OS: CentOS 7, 3.10.0-327.10.1.el7.x86_64 Node: v6.10.0 (also tried with different versions: 6.10.0, 6.10.3, 7.x) npm: 3.10.10 (also tried with 4.x) ``` 604 silly lifecycle [email protected]~install: Args: [ '-c', 'node-gyp configure...

I install version 2.0.2 and on runtime I have this error: Cannot find module './build/Release/native' from 'index.js' at Resolver.resolveModule (../../../../../../.nvm/v6.10.3/lib/node_modules/jest/node_modules/jest-resolve/build/index.js:181:17) at Object. (node_modules/hfc/node_modules/hashtable/index.js:1:139) I have a workaround by change first...

I'm on Windows 10 here and hashtable v 2.0.2. The issue I have is that when I try to insert the same key with the same value twice in a...

I am trying to install on my computer, but it keeps failing on it. I have the latest version of node and npm installed. npm-debug log: 0 info it worked...