mabynogy 7 years ago

I'm very impressed by the high level of quality of your code. It's clear, beautiful and looks extremely efficient at the same time.

For example, the way the feature detection is done with "#if HAVE(INT32)" or "#if C(MSC)".

I learned a trick with Debruijn sequences to count bits here: https://github.com/garnetius/QUANTUM/quantum/bitops.h

It could be useful for a bitmap memory allocator I'm working on.