FST-Serialization 1.38
Pre-release
Pre-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