article thumbnail

Mangling JSON numbers

TechEmpower

If we have a long (64-bit integer) that we serialize into JSON, we might be in trouble if JavaScript consumes that JSON. JavaScript has the equivalent of double (64-bit floating point) for its numbers, and double cannot represent the same set of numbers as long. The output of x.toString() in JavaScript is suspicious.

article thumbnail

Framework Benchmarks

TechEmpower

Framework Benchmarks. How much does your framework choice affect performance? Authors Note: Were using the word "framework" loosely to refer to platforms, micro-frameworks, and full-stack frameworks. We have our own personal favorites among these frameworks, but weve tried our best to give each a fair shot.

Framework 560
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Frameworks Round 1

TechEmpower

You are viewing the first round of web application framework benchmarks. Check out the new stand-alone framework benchmarks site if you are interested in the latest and most accurate data. How much does your framework choice affect performance? How much does your framework choice affect performance? Show me the winners!

Framework 544
article thumbnail

Pragmatism with Flavor

TechEmpower

Sure we still get excited and animated about a new JavaScript library, a new CSS trick, a new device, or a new data store. You're in the thick of it and about to write a small chunk of server-side code. but getting work done requires shutting down the news feed and writing code. We love technology, but.

Web 200
article thumbnail

Everything about Java 8

TechEmpower

At the time of this writing, Java 8 development is still very much in progress. It is essentially another way of writing Collections.newSetFromMap(new ConcurrentHashMap ()). It performs better than RRWL when used as a plain read-write lock. Nashorn JavaScript Engine. Language features and APIs may still change.

Java 560