Skip to content

squito/jutf8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java strings use 2 bytes per character. When you want to store a lot of data in memory, that is mostly ascii, this can waste a ton of memory. So, this is an implementation of CharSequence that stores data directly in utf8.

Still very experimental

About

java charsequences that directly use utf8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages