SuperString Versions Save

A fast and memory-optimized string library for C++

v0.0.1

6 years ago

Features

  • Fast and Memory-optimized.
  • Automatically garabage collected.
  • Support ASCII, UTF-8, UTF-16BE and UTF-32.
  • Rich API.
  • Easy to integrate and use.
  • MIT Licence

TODO

  • Optimize even more (I think it's possible :sunglasses:)
  • Support for LE version of UTF-16 (UTF-16LE)