Changed the format dlib uses when it serializes a floating point value.
Previously, we used an ASCII based format. It now uses a much more efficient binary format. The deserialization routines have been made backwards compatible with the previous format. So dlib can still deserialize older data but older software won't be able to read the new format.
Showing
dlib/float_details.h
0 → 100644
Please
register
or
sign in
to comment