Java Boon - Boon Data Repo using Indexed Collections for Java Beans, JSON and...
Boon Data Repo Indexed Collections and ETL for Java Beans, JSON, MapsBoon Home | Boon Source | If you are new to boon, you might want to start here. Simple opinionated Java for the novice to expert...
View ArticleBoon Remix: How to Clone Collection in Java - Deep copy of ArrayList and...
How to Clone Collection in Java - Deep copy of ArrayList and HashSet with BoonPlease visit and read this article. This is a remix of this: How to Clone Collection in Java - Deep copy of ArrayList and...
View ArticleImproved Path Expressions by 3x to 5x for complex list navigation expressions.
Path expressions seem only about 1/3 to 1/6 the speed of hand coded Java which is pretty good considering.Started hereBenchmark Mode Thr Count Sec Mean Mean error...
View ArticleGroovy 2.3 is and it has a new JSON parser based on Boon JSON Parser
Hi all,The Groovy team is very pleased to announce the first beta of the Groovy 2.3 release!Groovy 2.3.0-beta-1 is actually already a feature-complete beta, so the release cycle towards the final...
View ArticleSlumberDB - Simple Java Key / Value Store using MySQL, LevelDB, Kryo and JSON...
Slumber DB - Key Value Store The JSON/Java database for REST and Websocket storage.Boon is the fastest JSON serialization for the JVM. Kryo is the fastest Java serialization for the JVM.This project...
View ArticleBoon provide the fastest JSON parser for the JVM | Java JVM Benchmarks for...
Boon Home | Boon Source | If you are new to boon, you might want to start here. Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity. A real boon to...
View ArticleGroovy and Boon provide the fastest JSON parser for the JVM | Java JSON...
Boon Home | Boon Source | If you are new to boon, you might want to start here. Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity. A real boon to...
View ArticleBoon JSON explained to non technical folks (my relatives, neighbors, etc.)
When I say Groovy JSON support and the Boon JSON parser are up to 5x faster than Jackson at parsing JSON? Most people say "what are you talking about"? Let me explain.JSON is the way business, web...
View ArticleTOML what if PLIST, JSON and Windows INI files had a baby
YAML to me is a bastard child. It is an 80 page spec., and just seems so damn unwieldily. I have seen people use it for config, but only use a mere fraction of what it can do.Recently (last year), I...
View ArticleWhich is faster Java Object Serialization...
Serialization Jackson vs. Boon vs. Java SerializationMost people assume that Java object serialization is faster than Jackson JSON serialization because Jackson is using JSON and Java object...
View ArticleFastJSON (Rocky), Mr T. (Boon) wants to take you on for the JSON Java...
Ok.. So I heard a lot about FastJson.https://github.com/alibaba/fastjson/wiki/_pageshttps://github.com/RuedigerMoeller/fast-serialization/wiki/TestPageTime to pony up to the bar and see how fast...
View ArticleNeed help with gradlew for a vertx fork and PR - it works, but I want it to...
I could use some help. I am new to Gradle. And my gradle looks a lot more like ant than gradle.Backgroundhttps://bugs.eclipse.org/bugs/show_bug.cgi?id=432697Hazelcast 3.2 has critical bug fixes and...
View ArticleBoon JSON sersialization versus Kryo binary serialization versus Java Object...
Kryo vs. Boon v. Java Object SerializationBoon is not just a fast JSON parser, it happens to be one of the fastest ways to do Java Object Serialization period. Boon Java JSON serialization is faster...
View ArticleNew JSON serialization benchmark comparing Boon, GSON, Jackson, and Groovy 2.3
Boon comes in 1st place. Groovy comes in a strong second place. Jackson comes in third. GSON comes in last.See code and full benchmark here:https://github.com/bura/json-benchmarksThe benchmark was...
View ArticleBoon supports for coercion and JSON serialization gets timezone, locale,...
I added support for timezone, locale, UUID, URL, URI, File and Path. public static class Sample implements Serializable { private static final long serialVersionUID = 1L; private URL url; private URI...
View ArticleWell put! When should you use MongoDB vs Couchbase versus Redis...
I saw this GEM on google+ By Riyad Kalla..... My thoughts are in parens and bold and red.Riyad KallaShared publicly - Oct 3, 2011"Should I use MongoDB or CouchDB (or...
View ArticleVert.x, Gradle, Gatling Template
It is early days for this, but I figure someone might find it useful if you are doing load testing with vertx.This is a very basic example. There might be better example later on. Gatling is a load...
View ArticleBoon JSON parser 1.7 MB JSON String against all competitors
Boon does not come with just one JSON parser. Boon comes with many, and now so does Groovy.There is the Boon JSON classic parser which does not use index overlay.Let's see how Boon and Groovy stack up...
View ArticleJava Iconoclast Movement
I think the biggest issues with the Java language is the overly zealous, dogmatic and pious Java developers. They have replaced going to church with reading TDD books and Josh Bloch in an undertone....
View ArticleBuild your own adventure with Boon.
Validating properties are present with Boon RichardHightower edited this page a minute ago · 3 commits Pages (34)Auto Growable Byte Buffer like a ByteBuilderBackground information on Boon...
View Article