-
Currently, most names a string from the user program plus an integer for freshening. We fear that comparing the strings takes too much time.
We discusses some ideas for improvement:
- [x] swap the fi…
-
Reuse OpenJDK or gnu classpath. Which native methdos do we have to implement ourselves? Can we link to a openjdk binary
for some things?
# Step 1:
I think as a first step we should focus on …
-
# Bug report
### Bug description:
[Immortal](https://dictionary.cambridge.org/us/dictionary/english/immortal) objects should live forever. By definition, immortality is a permanent property of a…
-
Recently `Signal::sample_with()` was removed. I was unable to find an alternative to get a reference to the signal's value. This is important to me because I store `String`s and other big types in my …
-
I recently wrote some stuff receiving lots of dicts from python which I would then transform to turn the string hashtable keys into lisp keywords. It would be nice if I could do that on the hashtable…
-
So I've been using defmt in a couple of libraries of mine and it's super nice!
However, when I want to add tests to the library that I run on my PC, defmt needs a global logger and there are no log…
-
### Description
Currently the UTF-8 string validity is checked on demand and cached the string if not interned.
However:
- when a string is interned, such flag cannot be cached on runtime (at l…
-
I have a ~7MB GWT application with no split points. When creating a SOYC report, the items in the "Package breakdown" and "Code Type Breakdown" account for only a small portion of this (1.4MB). I get …
-
It's currently difficult for us to add any kind of interning to the EDN parser: see https://github.com/kevinmehall/rust-peg/issues/84.
However, in #395 I'm about to make `Variable` and `TypedValue`…
-
After switching to the unified DSL with #76 we no longer enforce unique names in Rise.
Do we still need to do this? Currently, all tests pass without enforcement of this.
Can we find a counterex…