Daniel Larimer

Results 20 comments of Daniel Larimer

Upon reviewing the code it already appears to be implemented and active. Updating task to provide unit test that verifies this is the case and works as intended.

At the time fc was written not all compilers supported the enum class (VC++ looking at you). We would have to update fc reflection to identify this and then fc...

The work around is to have the GUI respect the config file settings if they are set and otherwise use random user/password.

One side effect of delaying release until swap time is that it keeps obj_ids held hostage by data in LRU cold storage and obj_ids are HOT so we want to...

If you have a lot of change near the root of the tree then some ID regions will grown unevenly resulting in wasted ID space. For example, a full node...

# Network resource billing Network resources are consumed by transactions, and therefore a fee is paid for every transaction on a psibase network. The goal of the psibase network resource...

The definition of "subjective" has just expanded from "this local node" to "this shared cluster" which could mean a subset of the global set of nodes on a public network...

Releasing a node can take a long time if the caller is the last owner of a large tree that must be recursively released; which could cause the "read lock"...

I started experiments with "deferred release" which schedules nodes that require recursion to be released in the background, but nodes that are retained by another reference count can be "fast...

The arbtrie library has two test executables `arbt` and `benchmark-arbtrie` which encompass the test cases.