refactor: small perf win by eliminating string object keys

This commit is contained in:
Steven Arcangeli 2023-06-25 10:14:28 -07:00
parent db60c32d93
commit 4a4e0f4013
12 changed files with 151 additions and 111 deletions

View file

@ -1,7 +1,5 @@
local M = {}
---@alias oil.InternalEntry string[]
---@class oil.Entry
---@field name string
---@field type oil.EntryType