From 1ceba4fa5cdecd80ffccb914aec6c7455afaeddd Mon Sep 17 00:00:00 2001 From: Aleksandr Orefkov Date: Tue, 18 Nov 2025 12:06:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 +++++- readme_ru.md | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6aad1de..ed47ad5 100644 --- a/readme.md +++ b/readme.md @@ -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/) diff --git a/readme_ru.md b/readme_ru.md index d70188c..4ae9b2b 100644 --- a/readme_ru.md +++ b/readme_ru.md @@ -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/)