Skip to content

issues Search Results · repo:rawify/BitSet.js language:JavaScript

Filter by

28 results
 (71 ms)

28 results

inrawify/BitSet.js (press backspace or delete to remove)

Hey, the README mentions that this library has been benchmarked against other libraries: [this library] is also heavily benchmarked against other implementations and is the most performant implementation ...
  • alexharri
  • 1
  • Opened 
    on Dec 10, 2023
  • #49

Hello, For input, you have 0b101010101010 and 0xa6e etc etc.. You have the ability to do const b36 = BitSet( 10101010110101010101010101010 ).toString(36) But not sure how to get it back in const bs = ...
  • WORMSS
  • 3
  • Opened 
    on Jun 1, 2023
  • #48

The README for the set function says that if the value is not specified, it defaults to zero. In fact, the value defaults to 1. I think the implementation is correct, given the name of the function, and ...
  • guystreeter
  • 1
  • Opened 
    on Mar 6, 2023
  • #47

I was trying to use this library to push to the client-side a few things that were being done server-side with either Java s BitSet or C# s BitArray. Unfortunately, I ve found some of the results did not ...
  • jwsinner
  • 2
  • Opened 
    on Nov 7, 2022
  • #46

Hi, I want to store 214 bits in a BitSet. When i do that it s data array is 10 elements. That s 10x 32bit int (320 bit). Ideally it would use the bare minimum in bit overhead. If that were to be done ...
  • markg85
  • 3
  • Opened 
    on Sep 14, 2022
  • #45

As we can construct a bitset object by a Buffer, Can we convert the bitset to Buffer let bitset = require( bitset ); let buf = Buffer.from([100, 97, 98]); let bs = bitset(buf); bs.toString(); 11000100110000101100100 ...
  • blyadav511
  • 4
  • Opened 
    on Nov 12, 2020
  • #44

- OS: Windows 10 Pro - Browser: Internet Explorer 11 (and emulation back through 7 and 5) Error encountered: SCRIPT1028: Expected identifier, string or number bitset.js (911,5) which points to the ...
  • microshnik
  • 9
  • Opened 
    on May 23, 2020
  • #41

Would you consider adding or accepting a PR with bit shifts? Or am I missing it?
  • karlvr
  • Opened 
    on Mar 13, 2020
  • #39

[Symbol.iterator] is missing from the .d.ts file, which meaning that [...BitSet()] results in a type error.
  • lovasoa
  • Opened 
    on Jan 29, 2020
  • #37

In the typescript declaration, BitSet is declared as a class inside the module : https://github.com/infusion/BitSet.js/blob/master/bitset.d.ts#L202 Which would mean it would have to be used this way ...
  • lovasoa
  • Opened 
    on Jan 29, 2020
  • #35
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub