Paul Schoenfelder
Paul Schoenfelder
This is the first of a small set of issues I'm opening to try and set the stage for some of the things we need on the compiler/packaging side of...
## Background I'm currently finishing up portions of the code generator in the compiler for Miden IR, and something came up as I was working through how to translate memory...
It's often desirable to test that some behavior in the application is consistent in the face of random faults, or that it matches the expected behavior. The nature of these...
Swarm must find a way to adaptively arrange data on servers to minimize the number of times a thread must jump from one computer to the other. Mailing List Threads:...
Swarm requires that every Swarm node be running the same codebase. I think this can be achieved by hooking into the JVM's classloader and making it retrieve packages on-demand as...
(Just porting over Google Code issues) Ian proposed examining "software transactional memory" as a way to prevent threads from interfering with each-other in bad ways. This spawned a discussion on...
Hi there! I'm the author of exrm, and distillery and am generally interested in improvements to deploying elixir applications and I love this project! I'm wondering if there is a...
## Issue While investigating 0xPolygonMiden/compiler#317, I discovered via flamegraph analysis that up to 30% of program runtime was being spent just `drop`ing vectors used to store decorators. The conditions in...
Currently, there is no way to infer the name of a Miden Assembly module, nor is there a way to safely infer the namespace of a project directory containing Miden...
There are a few goals we have that the current parser gets in the way of: 1. It does not preserve trivia (whitespace, comments), which is critical for implementing a...