elucideye / drishti

Real time eye tracking for embedded and mobile devices.
BSD 3-Clause "New" or "Revised" License
392 stars 82 forks source link

model compression #534

Open headupinclouds opened 7 years ago

headupinclouds commented 7 years ago

Previously we used boost::serialization + boost::iostreams for compressed portable binary archives. Now, with cereal portable binary archives, we need a lightweight alternative to boost::iostreams for compression. This could just be libz compress/uncompress.

headupinclouds commented 6 years ago

suggestion: #625