Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step (C++)
https://www.youtube.com/watch?v=ncHmEUmJZf4
https://www.youtube.com/watch?v=ncHmEUmJZf4
YouTube
CppCon 2017: Matt Kulukundis “Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step”
https://CppCon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2017
—
Hash tables consume a large volume of both compute resources and memory across Google's production system. The…
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2017
—
Hash tables consume a large volume of both compute resources and memory across Google's production system. The…
👍2🔥2👎1
Using Dependent Types to Express Modular Structure
https://dl.acm.org/doi/pdf/10.1145/512644.512670
https://dl.acm.org/doi/pdf/10.1145/512644.512670
🤔2💊1
Higher-Order Modules and the Phase Distinction
https://www-cs.stanford.edu/people/jcm/papers/harper-mm-90.pdf
https://www-cs.stanford.edu/people/jcm/papers/harper-mm-90.pdf
👍2🤯1
Typeful Normalization by Evaluation
https://cedric.cnam.fr/~puechm/typeful.pdf
https://cedric.cnam.fr/~puechm/typeful.pdf
On The Type Structure of Standard ML
https://web.archive.org/web/20170808093949id_/https://theory.stanford.edu/~jcm/papers/harper-mitch-TOPLAS-93.pdf
https://web.archive.org/web/20170808093949id_/https://theory.stanford.edu/~jcm/papers/harper-mitch-TOPLAS-93.pdf
👍1👎1
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