I/O is no longer the bottleneck? (2022)
Source: Hacker News
Article URL: https://stoppels.ch/2022/11/27/io-is-no-longer-the-bottleneck.html
Comments URL: https://news.ycombinator.com/item?id=46506994
Points: 29
Source: Hacker News
Article URL: https://stoppels.ch/2022/11/27/io-is-no-longer-the-bottleneck.html
Comments URL: https://news.ycombinator.com/item?id=46506994
Points: 29
Virtual Machine VDBE Once the frontend finishes compilation, it hands over a bytecode program to the Virtual Database Engine VDBE. A bytecode program is: - A l...
Introduction “In Linux, everything is a file.” We hear this quote often, but do we truly understand what it means? This concept is the core design philosophy o...
O que está acontecendo? Quando localmente a API responde em 20 ms, os logs não apontam gargalos, o banco já foi otimizado e o código está limpo. Pronto para pro...
Initialization In Go we initialize a module with: bash go mod init module-name In Zig the equivalent is simply: bash zig init Zig does not require explicit “mo...