divs1210
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hi, HN! Author of libgoc here. I made a CSP library in C along with async I/O and HTTP client/server layers. It is blazing fast, beating Go and Clojure at several benchmarks. The library is stable, and has an extensive…
-
Hi! I'm the author of libgoc. libgoc provides a Go - like runtime in portable C. It is basically C + GC + threadpools + goroutines + channels + goroutine-aware-mutexes. It's built on top of: - Boehm GC - libuv for async…
- Libgoc: A Go-style CSP concurrency runtime for C (github.com)
- Perceus: Garbage Free Reference Counting with Reuse [pdf] (microsoft.com)
-
A JVM in Java called Espresso is in the works under the Graal umbrella. I believe it has the potential to surpass Hotspot in terms of performance. This paper:…
-
I often wonder how one-man projects like Gambit/Chicken Scheme come with static compilers that produce small and efficient binaries but in the world of mainstream languages like Python/Ruby/JS this is basically unheard…
- MMORPG to train Medical Professionals (youtube.com)
- Swarm Technology fined for putting rogue satellites in orbit (firstpost.com)
- Indian Sci-Fi TV Series from 1998 (youtube.com)
- Alan Kay – Is it too late to invent a healthy future? (youtube.com)
-
* The JVM compiles bytecode to native code on the fly * Lisp implementations like SBCL take an expression entered at the REPL, compile them to assembly, and insert it into the running process How does this work? I think…
- What is a Metaclass? (atalon.cz)
- Pizza Hut India Leaking Customer Data (reddit.com)
- How Piracy Changed the Lives of the Nicobarese (thehindu.com)
- Show HN: Coroutines.js – Green Threads in Vanilla JS (github.com)
- Nightlight – An embedded editor for Clojure (sekao.net)
- Putin on ISIS (youtube.com)
- Avout: Distributed State in Clojure (avout.io)
- POPO FSM (github.com)
- Show HN: A simple bytecode interpreter in Clojure (gist.github.com)