Files
telescope.nvim/lua/telescope
TJ DeVries 2053a2621a feat: Use metatables to use less memory (#152)
Instead of storing everything in key / value pair hashes, we store as much as possible in an array and then reference the items in the array using metatables.

This provides us with a much lower memory footprint and just one level of table lookup indirection (so I think the speed will not be noticeably different)
2020-10-07 11:35:38 -04:00
..
2020-07-17 00:03:20 -04:00
2020-07-15 17:53:30 -04:00
2020-10-06 21:57:49 -04:00
2020-10-06 21:57:49 -04:00
2020-09-06 22:51:36 -04:00
2020-09-28 17:03:59 -04:00
2020-10-06 21:57:49 -04:00
2020-10-06 21:57:49 -04:00
2020-09-28 17:03:59 -04:00
2020-09-23 12:12:37 -04:00