miniblog.
← Back to all posts
Nov 7, 2012 at 00:29
Really slick realtime monitoring of Twitter voters in the US of A:
http://t.co/UZ6EjFtm
Related Posts
Sep 7, 2014 at 09:12
Incremental GC is coming to Julia:
https://github.com/JuliaLang/julia/pull/5227
(much better for soft realtime programs!)
WIP: Incremental GC by carnaval · Pull Request #5227 · JuliaLang/julia
This is work I started when hitting long GC pause in a soft realtime application. No matter how low you can bring the allocation count down (and the language admittedly makes it easy), there is sti...