Tag to-archive
6 bookmarks have this tag.
I don’t want to delete these links, but I don’t want to do anything particular with them either. Let them be.
6 bookmarks have this tag.
I don’t want to delete these links, but I don’t want to do anything particular with them either. Let them be.
Lix is an independent variant of the Nix package manager, developed by a team of open-source volunteers, and maintained by and for a passionate community of users.
I kind of assumed that Lix is a purely political fork, but they seem to write actual code, so that’s nice. Changelog promises faster evaluation, better errors and REPL improvements.
Latency, throughput and port usage of x86 instructions.
Pen-and-paper secret sharing, looks fun. Don’t know how I would ever use this though.
Some thoughts on custom allocator interfaces with nice examples.
Comparison between different runtimes and with native code.
The paper’s claim:
False.
Compilers do optimize atomics, memory accesses around atomics, and utilize architecture-specific knowledge. This paper illustrates a few such optimizations, and discusses their implications.
Interestingly, none of the optimizations proposed in the paper actually work on GCC or Clang.