On Sat, Jan 6, 2024 at 9:01 AM jian he <jian(dot)universality(at)gmail(dot)com> wrote:
>
> latency average = 147.782 ms
> select * from bench_cstring_hash_unaligned(100000);
> latency average = 101.179 ms
> select * from bench_cstring_hash_aligned(100000);
> latency average = 101.219 ms
Thanks for testing again! This looks closer to my results. It doesn't
show improvement for the aligned case, but it's not worse, either.
There is still some polishing to be done, mostly on comments/examples,
but I think it's mostly there. I'll return to it by next week.