Pharohbot
- Karma
- 209
- Created
- October 18, 2014 (11y ago)
- Submissions
- 0
- Nim by Example (nim-by-example.github.io)
- What can Nim learn from Crystal (forum.nim-lang.org)
- Crystal: A Ruby-Inspired Compiled Language (crystal-lang.org)
- Ruby to perform as fast ad Native Java and C (jruby.org)
- Lotus.rb performs faster than Express.js (gist.github.com)
- Volt Framework – Fast Ruby Framework for Both Server-Side and Client-Side (voltframework.com)
-
I'm learning Rust at the moment, but it has never occurred to me until now that the website[1] is written in Rust. pretty sweet if you ask me, Rust's future in WebDev seems really promising, even before 1.0. [1]:…
- Improve Ruby Concurrency and Run FAST Ruby Code (rubini.us)
-
Any outlook on Rails' speed in the future? There have been actual upgrades to its performance but are there any performance upgrades in the future to give a big boost of speed?
-
'm a 15 year old coder that knows JS(first language) taking AP Java in school. Since I dont really like Java, I have narrowed down to 3 languages to learn as a secondary language. Im more into the Web Development area…
- IO.js vs. Go for startup (goo.gl)
- Currently, IO.js is faster than Node.js (quora.com)
- Next Google Chrome will enable turbofan-asm (codereview.chromium.org)
-
Comparing this: http://4.bp.blogspot.com/-umhKFVMan2s/T0wUSwJ0-eI/AAAAAAAAAYA/wAVWOlteJSw/s1600/graph1.png with Dart's Performance: https://www.dartlang.org/performance It seems that V8 CrankShaft outperforms the…
-
Which platform/language and/or framework(for the selected choice) should I use to build simple,fast, versatile, and feature rich web apps?(by feature rich I mean many useful packages to enhance user experience). I know…
- Dart 1.8: library improvements and experimental support for enums (news.dartlang.org)
-
I honestly really like its concept. TypeScript and Dart combined is really something!
- Superfast asm.js benchmarks of V8 TurboFan (arewefastyet.com)
- Go vote for the DartVM to be implmented (wpdev.uservoice.com)
- Node.js going mobile (infoworld.com)
-
Lets slow it down a bit: > ASM.js will soon make V8 _much_ faster > ES6 Generators will replace and solve JS's "callback hell" > Node.js's versatility is increasing as TypeScript, ES6 improve and V8 improves (by between…
- How fast will V8 be after the asm.js issue is resolved? (code.google.com)
-
Are there any websites out there using ASM.JS? PLEASE do not include websites that primarily have the use of WebGL or any game websites.
-
Could ASM.JS be implemented into the JavaScript V8 engine to make it much faster which in turn makes Node.js overall even faster than it is now? So basically all the JS you code with Node would be compiled to asm.js…