Ansar Smagul

Results 42 comments of Ansar Smagul
trafficstars

Glad you enjoy the app! Adding this to the backlog.

Hello @Noahnut! Sounds great; feel free to work on the issue. Here’s a beginner’s guide to the project that you can use to get started: https://github.com/anfragment/zen/blob/master/docs/internal/index.md#getting-started. Regarding the format, I...

@Noahnut looks neat, love it! A few minor UX suggestions: - I'd consider removing the "primary" intent on the "More Options" button to align its prominence with its significance on...

@GunGunGun Awesome suggestion!

Hello, @2372281891! Thanks for the report. Marking this as `help wanted`—I'd appreciate it if someone could run tests using Go's memory profiler to help identify whether there's a memory leak...

To whoever decides to take this up in the future: Here's a memory profile of Zen after initialization with the filter lists (click on the image to get the full...

@ilovelinabell Excited to see what comes out of it! The profiling can be done with Go's built-in `pprof`, this guide looks good enough to follow: https://www.codereliant.io/p/memory-leaks-with-pprof

@ilovelinabell If you're up for it, I believe rewriting RuleTree as a compressed trie will help massively with memory consumption

The overwhelming majority is still consumed by `RuleTree`: ![Image](https://github.com/user-attachments/assets/be02b615-1ca5-4cbc-96f2-091a01fd468d) *(click to get the full image)* I'd note that the memory profiler reports a figure significantly lower than what's shown by...