/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nullprogram.com
| | orlp.net
3.1 parsecs away

Travel
| |
| | benhoyt.com
1.6 parsecs away

Travel
| | An explanation of how to implement a simple hash table data structure, with code and examples in the C programming language.
| | attractivechaos.wordpress.com
3.1 parsecs away

Travel
| | Array and hash table are probably the most important data structures. Some programming languages such as Perl, Lua and Javascript, almost build the language core on top of the two data structures. While array is straightforward to implement, hash table is not. This is why we have paid continuous efforts in improving the hash table...
| | andrewkelley.me
23.9 parsecs away

Travel
| [AI summary] The blog post discusses the evolution of programming languages, focusing on Rust and Zig's approaches to handling formatted output. It highlights the challenges in C's format string system, the use of macros in Rust, and Zig's ability to handle formatted output without special compiler cases, relying on userland code. The post also touches on the trade-offs of macros and the design goals of Zig to provide power without the drawbacks of macro-based systems.