SkillAgentSearch skills...

BitsetWrapper

A bit array wrapper over Uint8Array, edits bits, but is stored as a byte array.

Install / Use

/learn @Kreijstal/BitsetWrapper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BitsetWrapper

A bit array wrapper over Uint8Array, edits bits, but is stored as a byte array. The idea is that you use it as a bit array, you can also use it as a byte array of "any" type (until it reaaches max word size which for me is 53 bits) So yeah you could convert bytes back and forth bases, Also since it's based in Uint8Array, It's typed, therefore it won't change length as easily. You will have to concantenate it, it also has "useful" comments of why some thnigs exists, It's nice.

Related Skills

View on GitHub
GitHub Stars284
CategoryDevelopment
Updated1y ago
Forks0

Languages

JavaScript

Security Score

65/100

Audited on Feb 5, 2025

No findings