Nikita Orlov
Nikita Orlov
**V version:** **OS:** **What did you do?** ``` module main struct Cmd { mut: val T } fn print(mut t Cmd) { print(t) } fn main() { mut cmd :=...
**V version:** **OS:** **What did you do?** ``` module main struct Cmd { mut: val T } struct Test { mut: f fn (mut Cmd) } fn print(mut t Cmd)...
### Check for existing issues - [X] Completed ### Describe the feature Support symbol picker for a file, currently symbol picker working by workspace. ### If applicable, add mockups /...
### Zig Version 0.12.0-dev.2543+9eda6ccef ### Zig Language Server Version 0.12.0-dev.371+47373c1 ### Client / Code Editor / Extensions vscode ### Steps to Reproduce and Observed Behavior (try somefunc())
now: ArrayListAligned(...) to: ArrayListAligned(Relocatable)
Hi more a question, why zig benchmarks building without flag -Doptimize=ReleaseFast? On macbook m1 pro in binarytree test it gives 2x time perfomance increase
Optimize speed of CI, by caching dependencies of python for cairo-compile, or cache compiled cairo programs.
Investigate pedersen benchmark, try to improve perfomance. [link](https://github.com/keep-starknet-strange/ziggy-starkdust/blob/main/cairo_programs/benchmarks/pedersen.cairo)