gz101/snarfpp

The `SNARF._keys_per_block` size is uncessarily large.

gz101 opened this issue · 0 comments

gz101 commented

Rather than using a size_t type which is 8 bytes wide, it can be done with an int or equivalent which is 4 bytes only.