ngrunwald / ring-middleware-format

Ring middleware for parsing parameters and emitting responses in JSON or other formats
163 stars 49 forks source link

Check for com.ibm.icu/icu4j alternatives #50

Closed Deraen closed 7 years ago

Deraen commented 8 years ago

icu4j takes 24MB uncompressed and 10MB as compressed.

Would be great if there is some more lightweight alternative for charset detection

cgore commented 8 years ago

How are you going about measuring that?

A quick google search gives me the following:

Deraen commented 8 years ago

http://mvnrepository.com/artifact/com.ibm.icu/icu4j/55.1 10MB And for uncompressed size, I checked size of com/ibm/icu in uberjar archive.

Deraen commented 7 years ago

icu4j seems to be still the best option.