The project primary objective would be bypassing the current usage of the webview library in Scarpe, feeding directly the HTML and Javascript code to...
Reducing Garbage Collection Cost with Fibers in Ruby
Joyce Chen
Ruby uses garbage collection (GC) to automatically reclaim memory that was allocated by a program, but no longer used. Consequently, users do not...
Hash Maps That Don’t Hate You: A Proposal For Fast, Insertion-Ordered Hash Maps in Truffleruby
Mostafa-M-K
The project this document proposes is that of implementing the hash map structure described in high level detail in the article Hash Maps That Don’t...
Scarpe
Pavan Nambi
Scarpe is a project designed to resurrect the shoes library using modern technology. This project aims to leverage an HTML/CSS/JS/RUBY stack to...