diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-08-25 23:00:29 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2023-09-10 13:09:44 +0200 |
commit | 87cde88c41d003988e7d5dbc4ddb26687d24923d (patch) | |
tree | fc48cd928eea258c9df8145d4007a5a667453b9c /src/nvim/api/buffer.c | |
parent | e99a3fd25daeb52f609c72cb7e96b83bd0610e9e (diff) | |
download | rneovim-87cde88c41d003988e7d5dbc4ddb26687d24923d.tar.gz rneovim-87cde88c41d003988e7d5dbc4ddb26687d24923d.tar.bz2 rneovim-87cde88c41d003988e7d5dbc4ddb26687d24923d.zip |
refactor(memfile): change mf_trans and mf_hash from ad-hoc hashtable to Map
Memfile used a private implementation of an open hash table with intrusive collision chains, but there is
no reason to assume the standard khash_t based Map won't work just fine.
Yes, we are taking full ownership and maintenance over memline and memfile.
No one is going to maintain it for us.
Trust the plan.
Diffstat (limited to 'src/nvim/api/buffer.c')
0 files changed, 0 insertions, 0 deletions