• Stars
    star
    1
  • Language
  • Created over 11 years ago
  • Updated almost 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MemCrunch is an off-heap data structure library that is designed with Mechanical Sympathy is mind. This means where necessary some design best-practices are deliberately broken for the sake of performance. Some sympathetic design principles include avoid unnecessary garbage creation, avoid boxing, use primitive types, consider memory alignment, consider impact on CPU cache lines, use efficient algorithms, avoid blocking where possible, use less instructions, and others.