hugomrdias / rabin-wasm

Rabin fingerprinting implemented in WASM
28 stars 7 forks source link

fix rabin-stream #11

Closed MaxGraey closed 4 years ago

MaxGraey commented 4 years ago

Also in bench rabin-wasm faster than js-rabin with 7.5x. Unfortunately I can't test with native rabin so will be great if you post bench results with whole picture

hugomrdias commented 4 years ago

why can't you test native rabin ? works at least in node 10 and node 12

MaxGraey commented 4 years ago

I have latest 13.10 which has a problem with rebuilding native rabin module

MaxGraey commented 4 years ago

up