-
**Issue by [gmcquillan](https://github.com/gmcquillan)**
_Tuesday May 05, 2015 at 22:53 GMT_
_Originally opened as https://github.com/citusdata/pg_shard/issues/108_
---
I'm experimenting with using…
-
config.interceptors can just be set once and config.endpoints and config.injections are immutable, you can just add endpoints and injections.
-
The following test fails.
```
func TestAVLFails(t *testing.T) {
keys := []mockEntry{
mockEntry(0),
mockEntry(1),
mockEntry(3),
…
-
I believe they implement cursors as well
-
@2opremio reports the probe is using 70% CPU on the service hosts.
-
I took a look at mutant source code to see how mutant source itself uses .freeze/IceNine internally. AFAICT it is only freezing static text. And IceNine for more complex CONSTANTS.
In my code I have …
-
We inconsistently overwrite / merge nodes in the probe when producing them. We should probably rationalise this. Will also help with the immutability work.
-
-
Hi,
I would like to use Immutable.js and I have the following problem.
If I understand correctly how to use Immutable, I should keep immutable data structures from "source" to "destination" in order…
cr0cK updated
9 years ago
-
This discusses next steps in persistence, continuing from #2609 .
Summing up a conversation @colinsurprenant and @suyograo had this morning.
Colin's work on [Jruby MMAP Queues](https://github.com/co…