conicalflask / fs2

A sophisticated file sharing system for LAN parties with a focus on fast accurate searching, easy browsing and fast transfers.
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Store file hashes as byte arrays #28

Open bs2609 opened 10 years ago

bs2609 commented 10 years ago

At the moment file hashes are stored as hex strings. As filelists are in binary form now anyway, changing the representation could save memory for large uncompressed filelists (as the array representation is half the size).