From 689d248c7faae7ce1fd816f6eef083ed4c5e1274 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 21 Jul 2019 23:40:45 +0100 Subject: [PATCH] Add some detail on speed to docs. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc2e88f..1a656b0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ Bash INI File Parser ==================== This is my attempt at a Bash INI File Parser. It's probably not elegant, -certainly not fast, but it does implement a large set of options and features. +certainly not as fast as in other languages (but it did process a >3k line file +in under 1 second), but it does implement a large set of options and features. I started work on this parser simply because I couldn't find an existing example that wasn't just a hack, incomplete or didn't have the features I expected from