node-cuint

C-like unsigned integers for Javascript
  https://github.com/pierrec/js-cuint
  0
  no reviews



Javascript does not natively support handling of unsigned 32 or 64 bits integers. This library provides that functionality, following C behaviour, enabling the writing of algorithms that depend on it. It was designed with performance in mind and tries its best to be as fast as possible.