Initial hDiyanetProxy backend scaffold (Express + MySQL + Diyanet setup)

This commit is contained in:
hbt22bot
2026-02-27 05:01:41 +00:00
commit 94d5388864
4399 changed files with 464304 additions and 0 deletions

11
node_modules/toposort-class/benchmark/README.md generated vendored Normal file
View File

@@ -0,0 +1,11 @@
Benchmarks
==========
Since I'm obsessed with performance, here is a tiny benchmark comparing the performance of the 0.3.1 version and the current version written in ES6
| Description | Library | Op/s | % |
|------------------------------|-----------------|-----------:|-----:|
| simple dependency chains | 0.3.1 version | 66,722.22 | 8% |
| | current version | 837,416.60 | 100% |
| slightly more complex chains | 0.3.1 version | 24,530.85 | 6% |
| | current version | 386,620.50 | 100% |