sqids / sqids-java

Official Java port of Sqids. Generate short unique IDs from numbers.
https://sqids.org/java
MIT License
198 stars 16 forks source link

Fix README.md Sample syntax #4

Closed lukechen116 closed 1 year ago

lukechen116 commented 1 year ago
  1. Fix README.md Sample syntax.
  2. Rewrite variable names to be closer to JavaScript version.
  3. The use of StringBuilder improves performance.
  4. Cleanup Code.