Wedson Almeida Filho: Retiring from the Rust for Linux Projecthttps://lore.kernel.org/lkml/[email protected]/
π’5π3π2
Computed goto for efficient dispatch tables
https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
β€2π2π₯2
Modern multicore and manycore architectures: Modelling, optimisation and benchmarking a multiblock CFD codehttps://www.sciencedirect.com/science/article/pii/S0010465516300959
π1
Understanding the Y Combinator
https://8dcc.github.io/programming/understanding-y-combinator.html
https://8dcc.github.io/programming/understanding-y-combinator.html
8dcc.github.io
Understanding the Y combinator
β€1
A programming environment for cyberphysical programming
https://github.com/digego/extempore
https://github.com/digego/extempore
GitHub
GitHub - digego/extempore: A cyber-physical programming environment
A cyber-physical programming environment. Contribute to digego/extempore development by creating an account on GitHub.
π₯2
How to wrap a C compiler and preprocessor
https://www.humprog.org/~stephen/blog/2024/08/27/#how-to-wrap-cc-really
https://www.humprog.org/~stephen/blog/2024/08/27/#how-to-wrap-cc-really
β€3
ShareJIT: JIT code cache sharing across processes and its practical implementationhttps://dl.acm.org/doi/10.1145/3276494
Proceedings of the ACM on Programming Languages
ShareJIT: JIT code cache sharing across processes and its practical implementation | Proceedings of the ACM on Programming Languages
Just-in-time (JIT) compilation coupled with code caching are widely used to improve
performance in dynamic programming language implementations. These code caches, along
with the associated profiling data for the hot code, however, consume significant
...
performance in dynamic programming language implementations. These code caches, along
with the associated profiling data for the hot code, however, consume significant
...
β€2πΏ1
On the same origin of quantum physics and general relativity from Riemannian geometry and Planck scale formalism
https://www.sciencedirect.com/science/article/pii/S0927650524001130
https://www.sciencedirect.com/science/article/pii/S0927650524001130
What is the best pointer tagging method?
https://coredumped.dev/2024/09/09/what-is-the-best-pointer-tagging-method/
https://coredumped.dev/2024/09/09/what-is-the-best-pointer-tagging-method/
coredumped.dev
What is the best pointer tagging method?
In this post, we are going to take a deep dive into pointer tagging, where metadata is encoded into a word-sized pointer. Doing so allows us to keep a compact representation that can be passed around in machine registers. This is very common in implementingβ¦
β€4
A Tour of Safe Tracing GC Designs in Rust
https://manishearth.github.io/blog/2021/04/05/a-tour-of-safe-tracing-gc-designs-in-rust/
https://manishearth.github.io/blog/2021/04/05/a-tour-of-safe-tracing-gc-designs-in-rust/
manishearth.github.io
A Tour of Safe Tracing GC Designs in Rust
Iβve been thinking about garbage collection in Rust for a long time, ever since I started working on Servoβs JS layer. Iβve designed a GC library, worked on GC integration ideas for Rust itself, β¦
β€3
β€1π1
Lisp implemented in Rust macros
https://github.com/RyanWelly/lisp-in-rs-macros
https://github.com/RyanWelly/lisp-in-rs-macros
GitHub
GitHub - RyanWelly/lisp-in-rs-macros: A Lisp interpreter written fully in rust macros.
A Lisp interpreter written fully in rust macros. . Contribute to RyanWelly/lisp-in-rs-macros development by creating an account on GitHub.
π3πΏ2π‘1
Representing Type Information in Dynamically Typed Languages
https://web.archive.org/web/20230131233450/https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.39.4394&rep=rep1&type=pdf
https://web.archive.org/web/20230131233450/https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.39.4394&rep=rep1&type=pdf
π1
s11265-018-1369-4.pdf
2.7 MB
Maximizing Limited Resources: a Limit-Based Study and Taxonomy of Out-of-Order Commit
π₯2
Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism
https://arxiv.org/pdf/1306.6032
https://arxiv.org/pdf/1306.6032
π1
Tagged Union Subsets with Comptime in Zig
https://mitchellh.com/writing/zig-comptime-tagged-union-subset
https://mitchellh.com/writing/zig-comptime-tagged-union-subset
π3