Seeing through hardware counters: a journey to threefold performance increase (JVM / C++)
https://netflixtechblog.com/seeing-through-hardware-counters-a-journey-to-threefold-performance-increase-2721924a2822
https://netflixtechblog.com/seeing-through-hardware-counters-a-journey-to-threefold-performance-increase-2721924a2822
Medium
Seeing through hardware counters: a journey to threefold performance increase
By Vadim Filanovsky and Harshad Sane
Easy::jit: Just In Time Compilation for C++https://blog.quarkslab.com/easyjit-just-in-time-compilation-for-c.html
Quarkslab's blog
Easy::jit: Just-In-Time compilation for C++
Easy::jit is a library that brings just-in-time compilation to C++ codes. It allows developers to jit-compile some functions and specializing (part of) their parameters. Just-in-time compilation is done on-demand and controlled by the developer. The project…
👏1
Security Assessment Techniques for Go
https://blog.trailofbits.com/2019/11/07/attacking-go-vr-ttps/
https://blog.trailofbits.com/2019/11/07/attacking-go-vr-ttps/
The Trail of Bits Blog
Security assessment techniques for Go projects
The Trail of Bits Assurance practice has received an influx of Go projects, following the success of our Kubernetes assessment this summer. As a result, we’ve been adapting for Go projects some of the security assessment techniques and tactics we’ve used…
Parsing Protobuf at 2+GB/s: How I Learned To Love Tail Calls in C
https://blog.reverberate.org/2021/04/21/musttail-efficient-interpreters.html
https://blog.reverberate.org/2021/04/21/musttail-efficient-interpreters.html
blog.reverberate.org
Parsing Protobuf at 2+GB/s: How I Learned To Love Tail Calls in C
Parsing, performance, and low-level programming.
Building the Fastest Lua Interpreter by using
https://sillycross.github.io/2022/11/22/2022-11-22/
Deegen (Dynamic Language Execution Engine Generator) MetaCompilerhttps://sillycross.github.io/2022/11/22/2022-11-22/
sillycross.github.io
Building the fastest Lua interpreter.. automatically!
This is Part 1 of a series of posts. Part 2 is available here: Building a baseline JIT for Lua automatically It is well-known that writing a good VM for a dynamic language is never an easy job. High
LuaJIT Remake: Automatically generated Interpreter from a semantical description of LuaJIT Bytecodes (C++)https://github.com/luajit-remake/luajit-remake
GitHub
GitHub - luajit-remake/luajit-remake: An ongoing attempt to re-engineer LuaJIT from scratch
An ongoing attempt to re-engineer LuaJIT from scratch - luajit-remake/luajit-remake
Review of C23 Standard
https://thephd.dev/c23-is-coming-here-is-what-is-on-the-menu
https://thephd.dev/c23-is-coming-here-is-what-is-on-the-menu
The Pasture
C23 is Finished: Here is What is on the Menu
It’s That Blog Post. The release one, where we round up all the last of the features approved since the last time I blogged. If you’re new here, you’ll want ...
Tigerbeetle I/O: A Programmer-Friendly I/O Abstraction Over io_uring and kqueue (Zig)https://tigerbeetle.com/blog/a-friendly-abstraction-over-iouring-and-kqueue/
Tigerbeetle
A Programmer-Friendly I/O Abstraction Over io_uring and kqueue
Insights, updates, and technical deep dives on building a high-performance financial transactions database.
👍5
An example of Bayesian hyperparameter optimization parallelized on cloud VMs using Kubeflow (Kubernetes)
https://sidsite.com/posts/kubeflow-hyperparam-opt/
https://sidsite.com/posts/kubeflow-hyperparam-opt/
sidsite
An example of Bayesian hyperparameter optimization parallelized on cloud VMs using Kubeflow
Screenshot of the execution of the Kubeflow pipeline we’ll implement, where each node on the graph corresponds to a cloud virtual machine, and the edges to data that’s passed forward:
GWP-ASan: is a sampled allocator framework that assists in finding use-after-free and heap-buffer-overflow bugs in production environmentshttps://llvm.org/docs/GwpAsan.html
Building A Virtual Machine inside ChatGPT
https://www.engraved.blog/building-a-virtual-machine-inside/
https://www.engraved.blog/building-a-virtual-machine-inside/
Engraved
Building A Virtual Machine inside ChatGPT
Unless you have been living under a rock, you have heard of this new ChatGPT assistant made by OpenAI. Did you know, that you can run a whole virtual machine inside of ChatGPT?
🤯4
Goodbye to the C++ Implementation of Zig
https://ziglang.org/news/goodbye-cpp/
https://ziglang.org/news/goodbye-cpp/
🤔7💯4❤3