[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New package: resist!
From: |
Qiantan Hong |
Subject: |
Re: New package: resist! |
Date: |
Thu, 9 Dec 2021 09:25:15 +0000 |
> On Dec 9, 2021, at 1:15 AM, Tassilo Horn <tsdh@gnu.org> wrote:
>
> Karl Fogel <kfogel@red-bean.com> writes:
>
>> Does this package require the entire store to be loaded into memory in
>> order for a single value to be looked up or stored?
>>
>> It looks like it does (based on reading `kv-get', etc), but I might be
>> missing something.
>
> It does, but I think usually every package/component would have its own
> store. So I don't think that the foobar package loads its complete
> store when accessing foobar-value-1 is no big deal.
The persistent-variables facility I added however maintains a global store.
Will this turns out to be a problem?
If so, I can either implement general bucket-splitting, or
for the persistent-variable-*, use one store for each package.
Which one makes more sense?
- New package: resist!, Qiantan Hong, 2021/12/08
- Re: New package: resist!, Karl Fogel, 2021/12/08
- Re: New package: resist!, Tassilo Horn, 2021/12/09
- Re: New package: resist!,
Qiantan Hong <=
- Re: New package: resist!, Tassilo Horn, 2021/12/09
- Re: New package: resist!, Qiantan Hong, 2021/12/09
- Re: New package: resist!, Qiantan Hong, 2021/12/10
- Re: New package: resist!, Stefan Monnier, 2021/12/10
- Re: New package: resist!, Qiantan Hong, 2021/12/10
- Re: New package: resist!, Philip Kaludercic, 2021/12/10
- RE: [External] : Re: New package: resist!, Drew Adams, 2021/12/10
- Re: New package: resist!, Eli Zaretskii, 2021/12/10
- Re: New package: resist!, Alexandre Garreau, 2021/12/10
- Re: New package: resist!, Qiantan Hong, 2021/12/10