From c324b3ce34b977d229b9bc6fa00fabc731ee65dd Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 31 Oct 2021 15:06:32 +0100 Subject: Replace string/symbol text field with StringView This will avoid unnecessary allocations, since we always keep the original text file open until the end of the processing. --- .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 -- cgit v1.2.1