Thread
Stories related to "Parsing time stamps faster with SIMD instructions" across the full archive.
Careful what you measure: 2.1 times slower to 4.2 times faster – MJIT versus Truffle Ruby
(pragtob.wordpress.com)
Deliver software faster by managing work in progress, not by adding overtime
(developers.soundcloud.com)
A little timestamping/stopwatch tool I built last week. Initially, I just wanted a way to "profile" docker builds in a CI pipeline (the [example](https://github.com/sgreben/tj#example) at the end of the README), but ended up building this more generic tool.
I'm aware of [other implementations](ht...
Abstract: "Analysis and renovation of large software portfolios requires syntax analysis of multiple, usually embedded, languages and this is beyond the capabilities of many standard parsing techniques. The traditional separation between lexer and parser falls short due to the limitations of tokeniz...
Abstract: "Generalized LL (GLL) parsing is an extension of recursivedescent
(RD) parsing that supports all context-free grammars in cubic
time and space. GLL parsers have the direct relationship with the grammar
that RD parsers have, and therefore, compared to GLR, are easier
to understand, debu...