Skip to content

humanoid readable

Computer Programming for Humanoids

  • Home
  • About
  • My Projects

Tag: bitset

SmallSet

Methods to use an int as a bit set of small values. Uses 32 bits for a bit set and offers high performance for algorithms. Designed for Java 8 and compatible with common interfaces and classes.

Project Home: https://github.com/claudemartin/smallset

Author ClaudePosted on 2014-10-052020-07-28Categories My ProjectsTags bit set, bitset, Java 8Leave a comment on SmallSet

EnumBitSet

I did this because EnumSet is in fact a bit set (if it’s not a JumboEnumSet) but it can’t be used as such. I ended up writing a complete library for domain bit sets. 

Project website: http://claude-martin.ch/enumbitset/

Project home @ GitHub: https://github.com/claudemartin/enum-bit-set

Author ClaudePosted on 2014-07-29Categories Java, My ProjectsTags bitset, enum, EnumSet, set theory1 Comment on EnumBitSet

Quick Search

Categories

  • About
  • Java
  • Java Interview Questions
  • Java Misnomers
  • Misconceptions
  • My Projects
  • Programming

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • Home
  • About
  • My Projects
humanoid readable Proudly powered by WordPress