Skip to content

DAL: fix issues in skip list store

Eugen Zalinescu requested to merge eugenz@dal-skip-list-store-misc into master

This MR:

  • fixes the encoding size used by Skip_list_store.Hashes
  • makes it so the encodings used are computed only, at initialization, and not at every KVS operation

Merge request reports