jonasseglare

Results 9 comments of jonasseglare

I get similar errors, using Clang on Debian. Calling `clang++ --version` prints this: ``` clang version 10.0.0 (https://github.com/llvm/llvm-project.git b399252028f02f8e32382aaeda9960e67b7fd514) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /home/scratch/ostlund/syslocal/bin ``` and when compiling,...

Thanks @thisch for `python-cell.el`, I have been using it for years. Feel free to make any changes you like to the code. Or you can ask me to change it,...

@mickaelistria I can attach the log file. The first occurrence of the kind of log entry that I referred to in my initial message starts with ``` !ENTRY org.eclipse.ui 4...

There is a library for Emacs that does this for Python source code: https://github.com/thisch/python-cell.el I actually took this code and modified it to work for Clojure instead. And it would...

Thanks @whilo for the review so far! I have rebased and also improved the implementation of `distinct-tuples` as you requested.

Before moving forward with this PR, I suggest we first review the code in https://github.com/replikativ/datahike/pull/691 .

I rebased on the latest main and force-pushed this branch.

I pushed some commits that address the last comment about `:type :lookup`.

And I did some measurements again, suggesting that these changes will make Datahike about twice as fast: ``` TARGET ABS TIME (s) REL TIME Some other db 2.319 10% Datahike...