Mark Thom
Mark Thom
I will merge this soon if there are no further comments.
The increased memory usage is probably because `rebis-dev` stores strings in the heap, not in the atom table like `master` does. `master` stores partial strings to the atom table, which...
With some work, yes. I plan on integrating rusty-wam with a Shen interpreter using the CESK machine, and it would help to have it available as a library. That's a...
Looks like there are some module access restrictions preventing the CI tests from passing.
@adri326 Could you please rebase your commits on the latest rebis-dev? I'd like to commit this PR. Thanks
But it is inlined. The `set_constant('$index_ptr'(43))` is before the `put_structure` instruction (index cells now come before structures in `rebis-dev`, not after like in `master`). I've checked in gdb and can...
Profiling with `perf`, it seems to be the new `OffsetTableImpl` hosting `CodeIndex`, which is behind `RcuRef`, that is responsible for the overhead. I wonder if it would make sense to...
I have a Flying Roll I'm writing on Scryer's attributed variables. I don't know when it'll be ready to publish.
Probabilistic reasoning is something I'm very interested in! I will have a look. Thanks.