Yurii Rashkovskii
Yurii Rashkovskii
This means that potentially some of the threads might actually be sharing a core, inducing context switching. Proposed solution: I think this might be relevant: https://github.com/daschl/hwloc-rs — the only nitpick...
Currently, if a word wants to compose, say, a closure containing values of some items on the stack, or pehaps even just perform an operation similar to what CONCAT does,...
This is fine for short-running scripts but will become a problem for longer-running ones. Proposed solution: every once in a while (when a script hits an allocation or runtime threshold,...
There are some cases when knowing the order of key insertion would be beneficial. For example, replication that can be started and stopped at any time. The replica would only...
Currently, it is only possible to associate the keys and values, but not retire those associations. The idea is that retirement policies will govern the process of data removal. Proposed...
If you run something like this: ``` PumpkinDB> [HLC] 100 TIMES. 0x0000000014ab51c5443ad5e800000000 0x0000000014ab51c5443ad5e800000001 0x0000000014ab51c5443ad5e800000002 0x0000000014ab51c5443ad5e800000003 0x0000000014ab51c5443ad5e800000004 0x0000000014ab51c5443ad5e800000005 0x0000000014ab51c5443ad5e800000006 0x0000000014ab51c5443ad5e800000007 0x0000000014ab51c5443ad5e800000008 0x0000000014ab51c5443ad5e800000009 0x0000000014ab51c5443ad5e80000000a 0x0000000014ab51c5443ad5e80000000b 0x0000000014ab51c5443ad5e80000000c 0x0000000014ab51c5443ad5e80000000d 0x0000000014ab51c5443ad5e80000000e 0x0000000014ab51c5443ad5e80000000f 0x0000000014ab51c5443ad5e800000010 0x0000000014ab51c5443ad5e800000011 0x0000000014ab51c5443ad5e800000012...
This means that we can't provide a reasonable expectation as to how often "last HLC" is synced to the disk, increasing the risk of failing HLC guarantees.
It is not clear how to market the project best these days and going further. How broad or how narrow should we get? How to get a clear, clicking message...
When `thread_view.preferred_type` is set to `html`, composing a plain text email ends up in wiping out message body after exiting from the editor. When `preferred_type` is reverted back to `plain`,...
I've encountered the problem while upgrading to Rails 7 and found this solution in one of the issues (#168). Don't think this is the best solution but it got me...