Re: more advanced bytevector => supervectors

2021-09-07 Thread Stefan Israelsson Tampe
Today I added structure to support supervectors of scheme values and refactored the code with a nice macrology. So now we have an infrastructure that the compiler can compile to very efficient code. All loop must be dispatched to the type of ref and set operations. But the good part is that this se

super-bit-vectors

2021-09-07 Thread Stefan Israelsson Tampe
Hi Maybe you will not know it but bit vectors are sometimes a very good match to represent sets where the world is defined from the beginning. a world of 64 objects can represent subsets of this world as a uint64_t in other words the unit our cpu's are so darn fast at managing. So whenever you pl