Skip to content

FST-Serialization 1.38

Pre-release
Pre-release
Compare
Choose a tag to compare
@RuedigerMoeller RuedigerMoeller released this 04 Mar 19:01
· 742 commits to master since this release
  • minor performance optimizations
  • improved performance running in "unshared" mode (no check for double objects, cycles in graph). Since this allows cutting some corners and checks, new ..NoShared subclasses of FSTObjectIn/Output were added. Note you can't use mixed flavours sharing a single FSTConfiguration (create a separate FSTConfiguration for "no shared ref" and "default mode" within a single app).
  • did some cleanup on exception handling