From 88244bd3070399ba62d79bae6dfdf8b09ff8406d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 22 Jan 2020 01:47:59 +0100 Subject: Add get_or_create method for hash map, more efficient than checking and then creating --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c9c3a82..9f9d49f 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,5 @@ A tiny scripting language that is designed to be a replacement for small shell/p Written in ANSI C to allow embedding everywhere and a WTFPL license that allows it to be used anywhere without any restrictions. # TODO * Remove dependency on `gc`. Write our own gc instead. -* Implement big int, which numbers should automatically switch to when they are too large to fit into double. \ No newline at end of file +* Implement big int, which numbers should automatically switch to when they are too large to fit into double. +* Use a list instead of a hash map for variable lookup, since the list will be small most of the time. \ No newline at end of file -- cgit v1.2.3