diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2021-08-20 11:11:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-20 11:11:24 -0400 |
| commit | a97af306c4e9c9a6fa7c886c0ffe3079822c5203 (patch) | |
| tree | f5e2b50a767e93618d0d8fdddb8a964c90633c8a /scratch/new_index.lua | |
| parent | d6d28dbe324de9826a579155076873888169ba0f (diff) | |
feat(performance): Major performance improvements using async v2 from @oberblastmeister (#987)
* start: Working w/ async jobs
* short circuit to using bad finder if you pass writer.
Diffstat (limited to 'scratch/new_index.lua')
| -rw-r--r-- | scratch/new_index.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scratch/new_index.lua b/scratch/new_index.lua deleted file mode 100644 index 3aa6a91..0000000 --- a/scratch/new_index.lua +++ /dev/null @@ -1,9 +0,0 @@ - -local t = setmetatable({}, { - __newindex = function(t, k, v) - print(t, k, v) - end -}) - --- table.insert(t, "hello") -t[1] = "hello" |
