Slides here: http://www.slideshare.net/RedHatDevelopers/shenandoah-gc-java-without-the-garbage-collection-hiccups-christine-flood
Thread
Stories related to "Shenandoah GC: Java Without The Garbage Collection Hiccups" across the full archive.
Slides here: http://www.slideshare.net/RedHatDevelopers/shenandoah-gc-java-without-the-garbage-collection-hiccups-christine-flood
Creating an AJAX todo-list without writing JavaScript - Spark Framework Tutorials
(sparktutorials.github.io)
moveTo - A lightweight, smooth scrolling javascript library without any dependency
(hsnaydd.github.io)
[Demo](https://hsnaydd.github.io/moveTo/demo)
[Github](https://github.com/hsnaydd/moveTo)
Write simple HTML polling using Ruby on Rails ONLY.
Abstract: "A large number of workloads are written in
garbage-collected languages. These applications spend up to 10-
35% of their CPU cycles on GC, and these numbers increase
further for pause-free concurrent collectors. As this amounts
to a significant fraction of resources in scenarios rangin...