Hacker News new | ask | show | jobs
BitArray - A Simple Bit Array/Bit Field Library In Pure JavaScript (functionn.blogspot.com)
1 points by noob007 5202 days ago
1 comments

What is the trade-off behind having ELEMENT_WIDTH as a configuration parameter? I.e: What would be the downside to hard-coding it to 30?