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/)