mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
This has close to no impact for now, as our slog.Debug/Info/... are leaking their parameters to the heap, but using proper typing instead of Any allows to skip some reflection-based computation, making things marginally faster, and removing the corresponding heap leak. |
||
---|---|---|
.. | ||
filter.go | ||
filter_test.go |