You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, first off, thanks for sharing this!
for me the computeHowManyIntegers doesn't seem to work:
if you change this line testline
to if(FastIntegerCompression.computeHowManyIntegers(buf) !== array.length) throw "bad count";
it will show
The text was updated successfully, but these errors were encountered:
hi, first off, thanks for sharing this!
for me the computeHowManyIntegers doesn't seem to work:
if you change this line
testline
to
if(FastIntegerCompression.computeHowManyIntegers(buf) !== array.length) throw "bad count";
it will show
The text was updated successfully, but these errors were encountered: