Explore >> Select a destination


You are here

blog.scaledcode.com
| | blog.reverberate.org
13.2 parsecs away

Travel
| |
| | zackoverflow.dev
16.1 parsecs away

Travel
| | Interfaces rely on slow dynamic-dispatch, but generics could open the door to performance boosts with the ability to leverage the cache-friendliness of static dispatch
| | studiofreya.org
17.3 parsecs away

Travel
| |
| | scorpiosoftware.net
33.2 parsecs away

Travel
| In the Linux world, the eBPF technology has been around for years. Its purpose is to allow writing programs that run within the Linux kernel. However, contrary to standard kernel modules, eBPF runs in a constrained environment, its API is limited as to not hurt the kernel. Furthermore, every eBPF program must be verified before...