-
When I try to build it, it get `make: *** No targets specified and no makefile found. Stop.`
Maybe it's because there is no Makefile and also the source code seems to be hidden in invisible files …
-
Extend memory provider API with commit/decommit and free/dalloc functions.
## Rationale
This is needed to properly manage OS allocations on Windows and Linux.
We should have 1:1 mapping with Je…
-
i have no idea what happened
log:
[info] Amidst v4.6
[info] Current system time: 2020-10-27 16:58:30.67
[info] System.getProperty("os.name") == 'Windows 10'
[info] System.getProperty("os.versio…
-
Recently, I've been working on a parser that parses CSS.
And parsed stylesheets needs to live `'static` (or owned) due to the fact that they are registered in a cache. And I have realised that remo…
-
When attempting to start Galaxy, the following error occurs:
libjemalloc.so.2: cannot allocate memory in static TLS block
This error leads to the failure of Galaxy's job handler process and other …
-
### Pitch
An `s390x` rebuild of the mastodon docker container would enable mastodon instances to run on LinuxONE -- the platform formerly known as the IBM Mainframe. The idea is to mitigate scalin…
-
Minimal reproducer:
```cpp
thread_local int x{};
++x;
engine::Yield();
++x;
```
Let's say that after the context switch, the task is scheduled on another thread.
It's expected then tha…
-
As of now implementation use LinkedHashTable, which is Double Linked List plus HashMap, which in turn is [Robin Hood Hash Table](https://cs.uwaterloo.ca/research/tr/1986/CS-86-14.pdf).
How about to…
-
Creating this issue to start an initial discussion on and list places where the `ByteBufferPool` can be used. Some of the tasks will require issues of their own.
P.1) Improve the current implementati…
-
Hello,
Has anyone experienced the following issue? When I try to initialize a pub-sub component in docker-compose, the sidecar shutdown due to `Failed to init component pubsub (pubsub.redis/v1): in…