lostcity-engine/.github/workflows
Pazaz 18675b00bf chore: Replaced bcrypt with bcrypt-ts
Tests: Worse, but not significantly. No reliance on node-gyp makes it a better choice.
```
package	op	rounds	mean ms	ops/sec
bcrypt	hash	10	52.59	19.02
bcrypt-ts	hash	10	56.36	17.74
bcrypt	compare match	10	50.47	19.81
bcrypt-ts	compare match	10	63.01	15.87
```

Forks should consider using `bcrypt` if they encounter a significant amount of traffic, where every bit helps, and they don't have to worry about ease of use.
2026-05-25 11:01:30 -04:00
..
engine.yml chore: Replaced bcrypt with bcrypt-ts 2026-05-25 11:01:30 -04:00
migrations.yml chore: Back to node as the primary runtime 2026-05-22 23:06:41 -04:00
pr-convention.yml chore: Back to node as the primary runtime 2026-05-22 23:06:41 -04:00