Re: Proposal for a new hash interface

2022-02-26 Thread Stefan Israelsson Tampe
This is autogenerated code, https://gitlab.com/tampe/guile-persist/-/blob/master/src/hash/macro.c Not sure how well uint128_t works on my system, but the compiler should be able to make this code run really fast. Anyhow it is quick matters to change to uint64_t due to things not being hand coded.

Proposal for a new hash interface

2022-02-23 Thread Stefan Israelsson Tampe
High all, I have taken the task to study a possible hash table implementation mostly in scheme but still speedy. I am still experimenting with different approaches. With managing code and iteration higher order functions in scheme and lower order implemented in C. I can match current hash implemen