Now you call `UlidFactory.newInstance()` and it's variants to get a new `UlidFactory`. List of changes: - Added `UlidFactory.newInstance()` - Added `UlidFactory.newInstance(Random)` - Added `UlidFactory.newInstance(Supplier<byte[]>)` - Added `UlidFactory.newMonotonicInstance()` - Added `UlidFactory.newMonotonicInstance(Random)` - Added `UlidFactory.newMonotonicInstance(Supplier<byte[]>)` - Added benchmark code to compare ULID with UUID - Removed `DefaultFactory` - Removed `MonotonicFactory` - Removed `Ulid.toUpperCase()` - Removed `RandomGenerator` |
||
|---|---|---|
| .. | ||
| src/main/java/benchmark | ||
| README.md | ||
| pom.xml | ||
| run.sh | ||
README.md
To execute the benchmark, run the script ./benchmark/run.sh.
Sorry, there is no run.bat file for Windows at this time.