Explore >> Select a destination


You are here

www.nayuki.io
| | kristerw.github.io
4.9 parsecs away

Travel
| | I am planning to do some work with SMT solvers and GCC. I usually start new projects by doing a naive implementation of the critical part to get a feel for the problems and find out what I need to learn before the real implementation. So I started this project by building a simple translation validator, similar to the LLVM Alive2 (but with many limitations).
| | sergioprado.blog
4.5 parsecs away

Travel
| | AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.
| | www.bitsnbites.eu
5.2 parsecs away

Travel
| |
| | ryhl.io
23.1 parsecs away

Travel
| The purpose of this blog post is to celebrate the anniversary of two really neat methods on the Cell type: from_mut and as_slice_of_cells. Both methods were released in version 1.37.0 of Rust, exactly one year ago from the date this post was published.