Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

perf: always include ignore_files in data #1360

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Conversation

anderseknert
Copy link
Member

Found out just last night that querying a data path that isn't found is treated as error by the storage module, and as such a source of allocations. So let's avoid it where we can.

Before  3519103080 B/op	 69457852 allocs/op
After   3508152464 B/op  69203795 allocs/op

Found out just last night that querying a data path that isn't
found is treated as `error` by the storage module, and as such
a source of allocations. So let's avoid it where we can.

```
Before  3519103080 B/op	 69457852 allocs/op
After   3508152464 B/op  69203795 allocs/op
```

Signed-off-by: Anders Eknert <anders@styra.com>
@anderseknert anderseknert merged commit b29ad44 into main Jan 23, 2025
5 checks passed
@anderseknert anderseknert deleted the ignored-files-include branch January 23, 2025 13:03
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants