Quantcast
Channel: Sleepless Dev
Browsing all 213 articles
Browse latest View live

20 years of FUD: Cameron Purdy... Still Tool after all these years!

20 years of FUD: Cameron Purdy... Still Cool after all these years!Allow me to use Cameron's brilliant MongoDB analysis algorithm to compare Oracle, Coherence and MongoDB.I just googled "oracle losing...

View Article


Installing Vertx on Ubuntu 13

Environment detailsInstance type: EC2 hi1.4xlargeOS: Ubuntu 13.10 (64 bit)Java VM: ** java version "1.7.0_25" (IcedTea 2.3.12) ** (7u25-2.3.12-4ubuntu3) ** OpenJDK 64-Bit Server VM (build 23.7-b01,...

View Article


Using mvnDebug to remote attach debuggers to Java processes

I thought I would expand on these answers for OSX and Linux folks (not that they need it):I prefer to use mvnDebug too. But after OSX maverick destroyed my Java dev environment (or it could have been...

View Article

Image may be NSFW.
Clik here to view.

Socket Server / EchoServer / EchoClient redux

Question of StackOverflow about EchoServer and EchoClient....I am always learning new things on StackOverflow....It seems you copied it wrong.I was able to run it on the first try.echo:hi momecho: hi...

View Article

Article 0

Setting up new Mac book for Java DevStep 1: Install homebrewhttp://brew.sh/ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"Step 2: Brew says to install latest XCode versionStep 3: Run...

View Article


Benchmark for JSON parsing: Boon scores a home run!

If you want to turn a JSON file into a java.util.Map, it appears that Boon is the fastest option. When I first read the article, this was not the case. I had some ideas for speeding up the JSON...

View Article

Boon fastest way to turn JSON into useable Java (Update) Dec 3rd 2013

If you want to turn a JSON file into a java.util.Map or an object, it appears that Boon is the fastest option. When I first read the article, this was not the case. I had some ideas for speeding up the...

View Article

Here we go again... latest round of optimization JSON Boon

Boon now wins in every test. It was winning most, and now it is all. (There is only one more trick up my sleeve and then I am done with optimizations that I know how to do).Dec 3rd (near midnight)Boon...

View Article


World's fastest Java JSON parser

I wrote the world's fastest Java JSON parser (so far, I am sure someone can write one that is faster). I should say I wrote a Java JSON parser that is currently faster than GSON, Smart JSON and...

View Article


JsonPath.. Decides Boon is the fastest way to do JsonPath

Independently verified. Boon is faster than Jackson for JsonParsing.https://github.com/gatling/jsonpath-benchmarkhttps://github.com/gatling/jsonpath-benchmark/tree/boon04"Update with latest new Boon...

View Article

Image may be NSFW.
Clik here to view.

Boon JSON parser seems to be the fastest

I'll publish object serialization numbers later. Last I checked it was quite a bit faster than the rest.Here are some benchmark numbers parsing various sample JSON files from json.org and a sample that...

View Article

From File to java.util.Map. Boon faster than Jackson

Benchmark                                   Mode Thr     Count  Sec         Mean   Mean error    Unitsi.g.j.f.BoonBenchMark.actionLabel          thrpt   8         5    1   208131.360    64075.346...

View Article

Coward! Competitor Shill! Astroturphing MF

I find this post by an obvious competitor disgusting.http://www.dzone.com/links/jmeter_vs_gatling_fact_checking_about_their_respe.htmlIt says fact checking but it is an obvious JMeter shill. I find it...

View Article


Image may be NSFW.
Clik here to view.

Boon / Jackson discussion between Hightower and Cowtowncoder.

I am mostly putting this here so I can read it later just in case the issue gets deleted. Boon got a visit Cowboycoder.cowtowncoder opened this issue 8 hours agoImprovement to...

View Article

Added respondsTo, invoke from Ruby to Java (via Boon), and added Go...

Wrote some code to speed up injection container construction and then went ahead and wrote some code to speed up the toList biz. Then wrote some additional code to speed up dynamic invoke. Then I've...

View Article


Boon News 0.11 is out

News in BoonBoon 0.11 is out. Thanks Stephane Landelle! Boon JSON parser still faster than GSON and Jackson. Up to 3x faster.See and fork:...

View Article

Boon Sorting for Java, Java collections and JSON

Boon SortingBoon 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...

View Article


Adventures in Handlebars

Last night I rewrote the core Boon handlebars parser. Early days....I rewrote the handlebars  parser as a recursive descent parser into a full index overlay.It would have gone a lot faster if I knew...

View Article

JSON ETL, JSON Transformation, Using Boon REPO to transform one JSON Feed...

JSON ETL....I wrote you up an example where I transform a JSON list into another JSON list.Check out this JSON LIST that I converted into the next list and the example code to do it.[   {...

View Article

JSON ETL With Boon and Boon Data Repo, Do JSON ETL, Java ETL, and HashMap ETL...

I added a few more example (this is from working code mind you).Actual code working with path expression.(This already worked)list = employeeMapRepo.query(                selects(...

View Article
Browsing all 213 articles
Browse latest View live