|
You are here |
ashvardanian.com | ||
| | | | |
capnproto.org
|
|
| | | | | [AI summary] The text provides an extensive overview of the Cap'n Proto library, covering its design principles, features, and best practices for usage. It highlights the library's performance advantages over Protocol Buffers, including efficient memory management, lack of dynamic initialization, and minimal use of STL containers. The text also discusses security considerations, such as the use of exceptions and traversal limits, and provides guidance on building and linking the library effectively. | |
| | | | |
roscidus.com
|
|
| | | | | This post evaluates the programming languages ATS, C#, Go, Haskell, OCaml, Python and Rust to try to decide which would be the best language in which ... | |
| | | | |
roundofthree.github.io
|
|
| | | | | Note: this is an incomplete updating post. Introduction snmalloc is a memory allocator by Microsoft Research that uses a "message passing" scheme. You can find its source code here. It is designed to be performant in highly parallel workloads where memory allocated in one thread is typically deallocated in another thread. A nice catch is that snmalloc is highly customizable, and more to my interest, security mitigations can be customized. It also provides abstraction layers for different architectures (AAL) and platforms (PAL). | |
| | | | |
www.davidbcalhoun.com
|
|
| | | Personal blog of photographer and web developer David Calhoun. | ||