summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-12-11 19:54:02 -0500
committerGitHub <noreply@github.com>2020-12-11 19:54:02 -0500
commit8c4ad90e6756a006243f04033ae9bd9bc9e2f095 (patch)
tree1e189aea1cb5f497ee7207c184528e77a82c2c01 /.gitignore
parent86135e466ce437de5fd767b29fad9acae29cef93 (diff)
refactor: Another small optimization pass (#350)
Making some small changes that would hopefully improve performance a bit. - Remove redundant string generations for CPU data conversion - Switch to fnv for PID hashmap and hashsets - Use buffered reading to avoid having to store too many lines as strings
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a0196a55..8b2115c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@
rust-unmangle
*.svg
*.data
+*.data.old
# IntelliJ
.idea/