Skip to content

mmtf 1.0.4

Compare
Choose a tag to compare
@josemduarte josemduarte released this 28 Mar 23:05
· 87 commits to master since this release
  • Faster MessagePack reading - replaced Jackson (probably slow because of reflection) with manual construction of objects, Jackson is still available, but the new solution is the default
  • Faster parsing - moved computation from slow GenericDecoder.getNumBonds into constructor, which was invisible to profiler, but made parsing about 4x faster