Manuel Pöter

Results 47 comments of Manuel Pöter

I suppose you mean the containers (`harris_michael_list_based_set`, `harris_michael_hash_map`, `vyukov_hash_map`). No, at the moment there is no `const_iterator`. There are also some functions that could theoretically be made const (like `contains`),...

Hi Hedi, yes, an IBR implementation is on my todo list. However, I am currently quite busy with other stuff, so it will take a while. But you are welcome...

> To be more precise, there is one mutable memtable per column family. Yes, by "active" I actually meant "mutable" I just couldn't think of the correct term. :) >...

Yes, for this particular example that would be true. But if different prefixes occur with different frequency this is no longer the case. Consider for example that we write the...

@aku this issue might be caused be intermediate commits performed during query execution. Can you try to increase the `intermediateCommitCount` and `intermediateCommitSize` options (see https://www.arangodb.com/docs/stable/aql/invocation-with-arangosh.html#setting-options)? FWIW, I have just fixed...

@tbm206 I suppose you mean Ecto 3.0, since there exists no version 4.0 as of now (https://www.hex.pm/packages/ecto/versions). I have been meaning to update the adapter to Ecto 3.0 for a...

I wanted to provide a quick update. I am currently working on a first version that solves this for single document operations performed via the document API (i.e., not AQL)....

The difference is that RemoteNode with ID 14 performs only 14 calls to produce these 6261 items, while the RemoteNode 17 performs 12522 calls. Can you try to reformulate that...

Hi Charles, happy to hear that! ATM there is not clear method. You can clear the map by iterating over the entries and calling `erase` for each one - that...

IMHO this should work already.