Skip to content

1.20

Compare
Choose a tag to compare
@aabbdev aabbdev released this 09 Jan 19:41
· 15 commits to main since this release

Features

  • zero-copy
  • endian/less (Fixed big endian)
  • schema/less
  • fixed size
  • Safe, asserts and many tests
  • cross-platform (MIPS, x86 ...)
  • cross-language (ex: Native to Managed, ...)

Implementations

  • C/C++
  • Python 3.x

Fixed bugs

  • [PYTHON] Bad relocations in Serializer

New features

  • [PYTHON] Zero-copy with memoryview for Deserializer and many little parts in both(serializer)

TODO

  • Universel floating-point, Serializer/Deserializer
  • Rewrite the python lib with Cython for high-performance/memory efficiency