Giter Site home page Giter Site logo

Base 36 constructor about bitset.js HOT 3 OPEN

WORMSS avatar WORMSS commented on May 27, 2024
Base 36 constructor

from bitset.js.

Comments (3)

infusion avatar infusion commented on May 27, 2024

Well, Bitset.js has two static functions BitSet.fromHexString and BitSet.fromBinaryString. Currently there is no option for an arbitrary base, but I think it would be a nice addition. Maybe something like BitSet.fromString(str, base)`, what do you think?

from bitset.js.

WORMSS avatar WORMSS commented on May 27, 2024

Constructor, static function, I am easy either way.. ❤️

I was just looking through your parse(P, val) to see if it was possible.. I got a little confused by the len = 8 for hexidecimal part, so I was unsure what would be needed for passing in 36 or even arbitrary lengths..

from bitset.js.

infusion avatar infusion commented on May 27, 2024

The len is just max block length, that is cut out at each time. For base 2 it's 32, for 16 it's 8, for a general base b it would be Math.log(2**32) / Math.log(b). However, this only makes sense for 2^k-bases with the current implementation. And I think implementing a static function is much cleaner, instead of coming up with an arbitrary prefix, such as 36:XYZ or something.

from bitset.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.