ulid-creator/benchmark
Fabio Lima 27a4f60cb5 Version 4.0.0 #15
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`
2021-08-08 01:35:40 -03:00
..
src/main/java/benchmark Add benchmark code to compare ULID with UUID #14 2021-07-25 17:55:29 -03:00
README.md Version 4.0.0 #15 2021-08-08 01:35:40 -03:00
pom.xml Add benchmark code to compare ULID with UUID #14 2021-07-25 17:55:29 -03:00
run.sh Add benchmark code to compare ULID with UUID #14 2021-07-25 17:55:29 -03:00

README.md

To execute the benchmark, run the script ./benchmark/run.sh.

Sorry, there is no run.bat file for Windows at this time.