Releases: ddiakopoulos/tinyply
Releases · ddiakopoulos/tinyply
tinyply 3.0 - major update
tinyply is now is a little less tiny, but it's a major performance upgrade and adds support for variable length lists alongside better error handling.
tinyply 2.3.4 bugfixes and cmake improvements
version bump
tinyply 2.3.2 hotfix
version 2.3 contains minor bugfixes and performance improvements. A feature of the example application includes the ability to pre-load files into memory for improved runtime parsing performance on many files. We also introduce conformance and regression tests using the Doctest library.
tinyply 2.2
version 2.2 is a rewrite of the inner read/write loop. Compared to version 2.0, this version reads and writes binary about five times faster. When a list size hint is given for reading, the performance is approximately comparable to rply.
tinyply 2.1
now with various performance improvements