All Downloads are FREE. Search and download functionalities are using the official Maven repository.

h.fast-uuid.0.2.0.source-code.overview.html Maven / Gradle / Ivy

The newest version!





    
        fast-uuid overview
    

    
        

fast-uuid is a Java library for quickly and efficiently parsing and writing UUIDs. It yields the most dramatic performance gains when compared to Java 8 and older; in benchmarks, it's a little more than fourteen times faster at parsing UUIDs and six times faster at writing UUIDs than the stock JDK implementation. Compared to Java 9 and newer, it's about six times faster when it comes to parsing UUIDs and offers no benefits for writing UUIDs.

This library is intended for applications that work with large quantities of UUIDs or that work with UUIDs in performance-sensitive code, and probably won't be helpful in applications that work with UUIDs infrequently.

fast-uuid is available under the MIT License.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy