XFaaS: Hyperscale and Low Cost Serverless Functions at Metahttps://www.micahlerner.com/2024/01/23/xfaas-hyperscale-and-low-cost-serverless-functions-at-meta.html
🤔1
Compacting the Uncompactable (C++)
https://youtu.be/c1UBJbfR-H0?si=hEH75oJO85a27nUE
https://youtu.be/c1UBJbfR-H0?si=hEH75oJO85a27nUE
🔥1
Heap Layers: a flexible infrastructure for composing high-performance memory allocators out of C++ layershttps://github.com/emeryberger/Heap-Layers
GitHub
GitHub - emeryberger/Heap-Layers: Heap Layers: An Extensible Memory Allocation Infrastructure
Heap Layers: An Extensible Memory Allocation Infrastructure - emeryberger/Heap-Layers
👍1🔥1
A Beginner's Guide to Programming Language Academia
https://ryanbrewer.dev/posts/beginners-guide-pl-academia.html
https://ryanbrewer.dev/posts/beginners-guide-pl-academia.html
ryanbrewer.dev
A Beginner's Guide to Programming Language Academia - Ryan Brewer
This post briefly maps out many different subfields of programming language theory, in an effort to make it more accessible to those outside academia.
👍2🤔1
(How to Write a (Lisp) Interpreter (in Python))
https://norvig.com/lispy.html
https://norvig.com/lispy.html
👏2🔥1🤔1
WASM Playground
https://observablehq.com/@chaosalchemist/wasm-playground
https://observablehq.com/@chaosalchemist/wasm-playground
Observable
WASM Playground
https://en.wikipedia.org/wiki/WebAssembly
https://developer.mozilla.org/en-US/docs/WebAssembly Toolchains Runtime Wasmer, Wasmtime, more Compiler emscripten
run emscripten on the web : clang-js, Emception, wasm-clang Misc Prefer writing wasm by hand?…
https://developer.mozilla.org/en-US/docs/WebAssembly Toolchains Runtime Wasmer, Wasmtime, more Compiler emscripten
run emscripten on the web : clang-js, Emception, wasm-clang Misc Prefer writing wasm by hand?…
👍1🤔1
Solving SAT via Positive Supercompilation
https://hirrolot.github.io/posts/sat-supercompilation.html
https://hirrolot.github.io/posts/sat-supercompilation.html
hirrolot.github.io
Solving SAT via Positive Supercompilation
👍2🔥2
Definitional Interpreters for Higher-Order Programming Languages
John C. Reynolds
https://surface.syr.edu/cgi/viewcontent.cgi?article=1012&context=lcsmith_other
John C. Reynolds
https://surface.syr.edu/cgi/viewcontent.cgi?article=1012&context=lcsmith_other
👍4
The Erlang Runtime System
https://blog.stenmans.org/theBeamBook/
https://blog.stenmans.org/theBeamBook/
blog.stenmans.org
The BEAM Book: Understanding the Erlang Runtime System
👍2👾2❤1🔥1
The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr.
https://github.com/mortdeus/legacy-cc
https://github.com/mortdeus/legacy-cc
👍5👎3🗿1
How Much Memory Do You Need to Run 1 Million Concurrent Tasks?
https://pkolaczk.github.io/memory-consumption-of-async/
https://pkolaczk.github.io/memory-consumption-of-async/
pkolaczk.github.io
How Much Memory Do You Need to Run 1 Million Concurrent Tasks? | Piotr Kołaczkowski
In this blog post, I delve into the comparison of memory consumption between asynchronous and multi-threaded programming across popular languages like Rust, ...
👍1💊1
Compiling History: A brief tour of C compilershttps://www.deusinmachina.net/p/compiling-history-a-brief-tour-of
www.deusinmachina.net
Compiling History: A brief tour of C compilers
As the story of C’s birth goes hand in hand with the creation of Unix, the first C compiler can be traced back to the early 1970’s.
👍2