Skip to content

Releases: ddiakopoulos/tinyply

tinyply 2.3.4 bugfixes and cmake improvements

05 Feb 02:17
40aa4a0
Compare
Choose a tag to compare

tinyply 2.3.2 hotfix

31 Jan 22:18
e4928df
Compare
Choose a tag to compare

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

08 Aug 03:39
Compare
Choose a tag to compare

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

12 Jun 15:58
Compare
Choose a tag to compare

now with various performance improvements