Skip to content

Releases: orefkov/simstr

Release 1.8.1

22 Mar 12:03

Choose a tag to compare

1.8.1

  • Added the ability to use allocators with size specification when deallocating.

  • Добавлена возможность использовать аллокаторы с указанием размера при деалокации.

Release 1.7.3

08 Mar 14:57

Choose a tag to compare

1.7.3

  • Added several string functions.

  • Добавлено несколько строковых функций.

Release 1.7.2

27 Feb 20:07

Choose a tag to compare

  • Fix build for Clang with libc++
  • Update benchmarks.

Release 1.7.1

21 Feb 13:55

Choose a tag to compare

1.7.1

  • Changed hashStrMap implementation. Added the ability to specify an allocator.
  • Fixed identified bugs.

  • Изменил реализацию hashStrMap. Добавил возможность указывать аллокатор.
  • Исправил найденные ошибки

Release 1.7.0

15 Feb 21:09

Choose a tag to compare

1.7.0

  • Add e_upper, e_lower, e_ascii_upper, e_ascii_lower sting expressions.

  • Add str::make_ascii_upper, str::make_ascii_lower functions for std::string.

  • Добавлены строковые выражения e_upper, e_lower, e_ascii_upper, e_ascii_lower.

  • Добавлены функции str::make_ascii_upper, str::make_ascii_lower functions для std::string.

Release 1.6.7

12 Feb 16:59

Choose a tag to compare

Optimized copying of short lstrings.
The Emscripten build now allows benchmarks to run synchronously.
Оптимизировано копирование коротких lstring.
В Emscripten сборке добавлена возможность запустить бенчмарки синхронно.

Release 1.6.6

10 Feb 20:38

Choose a tag to compare

  • Updated to 1.6.6.
  • Improved UTF conversion.
  • Fixed a number of bugs.
  • Improved Emscripten benchmark compilation.

Release 1.6.5

08 Feb 11:20

Choose a tag to compare

  • Update to 1.6.5.
  • Benchmark build for Emscripten output text with no delay.
  • Add ""_f16 flag for use e_hex as num / 1_f16.

Release 1.6.4

04 Feb 14:31

Choose a tag to compare

Add operator""_fmt for integers to sting expression format.
Update benchmarks and results.

rel1.6.3: - Updated to version 1.6.3

03 Feb 16:03

Choose a tag to compare

  • Updated to version 1.6.3
  • e_subst has been rewritten and no longer requires specifying the format string twice.
  • Added the e_int method for formatting integers.
  • Bug fixes and code optimizations.
  • Benchmarks and tests added.
  • Updated documentation and benchmark results.