Closed tycrek closed 1 year ago
Is there an issue with the current ID system or speed improvement?
Is there an issue with the current ID system or speed improvement?
NanoID is faster and smaller.
e.g:
const { nanoid } = require("nanoid");
const id = nanoid();
console.log(id);
Nano ID was added in https://github.com/tycrek/ass/pull/177/commits/62dae23681c909cf13df15a8ec2966e0c9d652e9 / https://github.com/tycrek/ass/pull/177/commits/d93fda89d6c58e0902e52ff896f5741b18fc7f19 and will be included in 0.14.0
Description
Check out NanoID