quietBlockchain
quietBlockchain
Hi everyone, thanks for highlighting this issue. I’d like to add that enabling the embedded-allocator by default or at least warning users when it's not enabled and memory is about...
Hi, just wanted to note that this issue is addressed in [PR #2393](https://github.com/succinctlabs/sp1/pull/2393). We’ve updated the logic so that CARGO_TARGET_DIR is only set if not already defined in the environment,...
Thanks for this improvement! Profiling inline functions seems very useful for understanding performance bottlenecks more precisely. Just curious do you see any impact on compilation time or binary size with...
Great addition! Using Nix with VSCode in a Dockerfile is a thoughtful setup makes onboarding much smoother. Thanks for this!