Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrey-pavlenko/quote-render-js
https://github.com/andrey-pavlenko/quote-render-js
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrey-pavlenko/quote-render-js
- Owner: andrey-pavlenko
- Created: 2020-07-19T08:33:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T04:53:02.000Z (over 2 years ago)
- Last Synced: 2024-10-08T23:24:32.893Z (about 1 month ago)
- Language: TypeScript
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# QQ template render (JS)
# TODO
- Локализация: i18next
- Множественное число: i18next-icu
- Форматирование дат: Luxon **не сделано**
- Шаблонизатор: pug
- Измерить потребляемую память и скорость рендера шаблонов### Показатели:
#### Compile templates (iterations 100), without cache
Total: 2152ms Min: 15ms Max: 74ms Median: 19ms
#### Compile templates (iterations 100), with cache
Total: 16ms Min: 0ms Max: 16ms Median: 0ms
#### Render data (iterations 10000)
Total: 16ms Min: 0ms Max: 16ms Median: 0ms
```
Resident Set Size (amount of space occupied in the main memory device): 86.93 Mb
Heap total: 46.23 Mb
Heap used: 23.97 Mb
C++ objects bound to JavaScript objects: 1.01 Mb
Allocated for ArrayBuffers and SharedArrayBuffers: 0.02 Mb
```