aboutsummaryrefslogtreecommitdiff
path: root/elymas
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-06-18 23:51:49 +0200
committerDrahflow <drahflow@gmx.de>2015-06-18 23:51:49 +0200
commit3898041ff49e916f9d8581a46f659b36b17541a7 (patch)
tree161aa9384fec62f6de35d4f3f9f26ae732d25e31 /elymas
parentc76fc8ff9059e935af0dcef07846818980413159 (diff)
Faster map access
Diffstat (limited to 'elymas')
-rw-r--r--elymas/lib/map.ey3
1 files changed, 2 insertions, 1 deletions
diff --git a/elymas/lib/map.ey b/elymas/lib/map.ey
index 99da4bd..a58ac58 100644
--- a/elymas/lib/map.ey
+++ b/elymas/lib/map.ey
@@ -1,6 +1,7 @@
<
0 ==m # placeholder, zero value is never read
- { { =m m .v -01 . }_ [ 0 ] [ 0 ] '' * }' "#*" defmd
+ { m .v -01 . }' [ 0 ] [ 0 ] '' =*:access
+ { =m access }' "#*" defmd
{ [ 0 ] }" "#in" deffd
{ [ 0 ] }" "#out" deffd
{ =m m .v keys }' "#dom" defmd