GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.89k stars 271 forks source link

Use FastUUID for UuidUtils #961

Closed aramperes closed 6 years ago

aramperes commented 6 years ago

Replaces UuidUtils with FastUUID.

very fast

kashike commented 6 years ago

Why not just pull it in as a dependency?

aramperes commented 6 years ago

I feel like it makes more sense to just integrate it directly, as it's a 1-file dependency, and has the same license?

kashike commented 6 years ago

I prefer to not copy things in like this myself - it makes more sense to use an already established tiny dependency and shadow it into the JAR.