Tag is-blog
72 bookmarks have this tag.
Blog posts.
72 bookmarks have this tag.
Blog posts.
The new Riptide garbage collector in WebKit leads to a five-fold improvement in latency in the JetStream/splay-latency test.
It’s extremely important to make sure your OAuth implementation is secure. The fix is just one line of code away. We sincerely hope the information shared in our blog post series will help prevent major online breaches and help web service owners better protect their customers and users.
WebKit's FTL JIT now uses a new backend on OS X — the Bare Bones Backend, or B3 for short, replaces LLVM as the low-level optimizer.
Designed to bring aggressive C-like optimizations to the largest variety of JavaScript programs.
An example of false sharing in real-ish workload.
Series of posts about how make C++ exceptions fast.
Explore a Rust implementation of the persistence mechanism behind message-queues and write-ahead-logs in databases. Embark on a journey from the theoretical underpinnings to a production grade implementation of the segmented-log data structure.