Skip to content

yonik/java_util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Some random useful Java classes.

These are things too small for actual jars or releases
and are meant to just be copied into your own project.
As such, unless otherwise noted, this code has been
authored by Yonik Seeley and placed into the public domain
to allow people to use or license as they see fit.

util/hash/MurmurHash3: 
  A fast, high quality hash function.  This version can also calculate
  the hash of the UTF-8 encoding of a String without converting to a UTF-8 byte[].

About

Small useful things for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages