Skip to content

1.2.0

Compare
Choose a tag to compare
@alcore alcore released this 25 Apr 19:02
· 4 commits to master since this release

Fixes

  • Invalid CPUID calls on amd64 causing runtime detection of SSE2 to incorrectly fail (#1, #3)

Changes

  • MaxPartition (const uint16) is now public (f983e7d);

Performance

  • Small reduction in the memory size of Generators (816e22c)
  • Minor speedups in generation due to a refactor of internal time sourcing (9e60f16, 0b6f5dc and others)
  • Minor speedups in JSON encoding (13589aa) and decoding in general (22a9c84)