🦞🌯 Lobster Roll

Thread

Parsing time stamps faster with SIMD instructions (lemire.me)

Stories related to "Parsing time stamps faster with SIMD instructions" across the full archive.

Parsing time stamps faster with SIMD instructions (lemire.me)
Parsing timestamps and generating RFC3339 dates in Zig (aolium.com)
The trouble with timestamps (aphyr.com)
Faster Pseudo-polynomial Time Algorithm for Subset Sums (chaoxuprime.com)
How We Made Our ORM 40 Times Faster (deliberate-software.com)
Packrat Parsing: a Practical Linear-Time Algorithm with Backtracking (bford.info)
Parsing: A Timeline (jeffreykegler.github.io)
The Surprising Path to a Faster NYTimes.com (speakerdeck.com)
Parsing HTTP faster than C with 54 lines of code (serpentine.com)
RealTime Data Compression: Sampling, or a faster LZ4 (fastcompression.blogspot.com)
A Faster Pseudopolynomial Time Algorithm for Subset Sum (arxiv.org)
How we made diff pages three times faster (githubengineering.com)
How copying an int made my code 11 times faster (medium.com)
The sun's core rotates four times faster than its surface (aanda.org)
Careful what you measure: 2.1 times slower to 4.2 times faster – MJIT versus Truffle Ruby (pragtob.wordpress.com)
Building the DOM faster: speculative parsing, async, defer and preload (hacks.mozilla.org)
Deliver software faster by managing work in progress, not by adding overtime (developers.soundcloud.com)
tj - stdin line timestamps (github.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...
Parsing: a timeline (jeffreykegler.github.io)
Parsing series of integers with SIMD (0x80.pl)
Lab Notes: How We Made Joins 23 Thousand Times Faster, Part One (crate.io)
How We Made Joins 23 Thousand Times Faster, Part Two (crate.io)
Making CryptPad CSS 3 times faster, by loading it twice (blog.cryptpad.fr)
Faster, Scannerless, GLR Parsing (2009) (pdfs.semanticscholar.org)
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...
Lab Notes: How We Made Joins 23 Thousand Times Faster, Part Three (crate.io)
50 times faster data loading for Pandas: no problem, using C++ (blog.esciencecenter.nl)
Rust Faster SIMD edition (llogiq.github.io)
Parsing logs 230x faster with Rust (andre.arko.net)
Faster, Practical GLL Parsing (dinhe.net)
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...
Packrat Parsing: a Practical Linear-Time Algorithm with Backtracking (2002) (pdos.csail.mit.edu)