• Show log

    Commit

  • Hash : 29f498e0
    Author : Patrick Steinhardt
    Date : 2017-05-19T13:38:34

    index: move index entry size computation into its own function Create a new function `index_entry_size` which encapsulates the logic to calculate how much space is needed for an index entry, whether it is simple/extended or compressed/uncompressed. This can later be re-used by our code writing index entries.