mirror of https://github.com/orefkov/simstr.git
Дополнил описание.
This commit is contained in:
parent
17782d6e6a
commit
1ceba4fa5c
|
|
@ -95,7 +95,11 @@ the sizes of SSO buffers in objects are smaller.
|
|||
While no separate usage examples have been prepared, you can look at the texts of [tests](https://github.com/orefkov/simstr/blob/main/tests/test_str.cpp),
|
||||
[benchmarks](https://github.com/orefkov/simstr/blob/main/bench/bench_str.cpp), and
|
||||
[html preparation utilities](https://github.com/orefkov/simstr/blob/main/bench/process_result.cpp) from the benchmark results.
|
||||
Also, simstr is used in my [v8sqlite](https://github.com/orefkov/v8sqlite) project
|
||||
|
||||
Also simstr is used in my projects:
|
||||
- [simjson](https://github.com/orefkov/simjson) - a library for simple work with JSON using simstr strings.
|
||||
- [simrex](https://github.com/orefkov/simrex) - a wrapper for working with [Oniguruma](https://github.com/kkos/oniguruma) regular expressions using simstr strings.
|
||||
- [v8sqlite](https://github.com/orefkov/v8sqlite) - external component for 1C-Enterprise V8 for working with sqlite.
|
||||
|
||||
## Generated documentation
|
||||
[Located here](https://snegopat.ru/simstr/docs/)
|
||||
|
|
|
|||
|
|
@ -96,7 +96,12 @@ Windows и Linux (в WSL), с использованием компилятор
|
|||
Пока отдельных примеров использования не подготовлено, можно посмотреть тексты [тестов](https://github.com/orefkov/simstr/blob/main/tests/test_str.cpp),
|
||||
[бенчмарков](https://github.com/orefkov/simstr/blob/main/bench/bench_str.cpp), и
|
||||
[утилиты подготовки html](https://github.com/orefkov/simstr/blob/main/bench/process_result.cpp) из результатов бенчмарков.
|
||||
Также simstr используется в моём проекте [v8sqlite](https://github.com/orefkov/v8sqlite)
|
||||
|
||||
Также simstr используется в моих проектах:
|
||||
- [simjson](https://github.com/orefkov/simjson) - библиотека для простой работы с JSON с использованием строк simstr.
|
||||
- [simrex](https://github.com/orefkov/simrex) - обёртка для работы с регулярными выражениями [Oniguruma](https://github.com/kkos/oniguruma) с использованием строк simstr.
|
||||
- [v8sqlite](https://github.com/orefkov/v8sqlite) - внешняя компонента для 1С-Предприятия V8 для работы с sqlite.
|
||||
|
||||
|
||||
## Сгенерированная документация
|
||||
[Находится здесь](https://snegopat.ru/simstr/docs_ru/)
|
||||
|
|
|
|||
Loading…
Reference in New Issue