-
@mreiferson what is your opinion about adding Reset methods to the types in this package? Other buffered IO types like those in "bufio" and "compress/gzip" supply such a method. I have a branch, [rese…
-
-
I was wondering if you are looking for any help? I very much like the concept of this project, and have read a good portion of the code and it makes sense to me at a high-level.
My motivation is th…
-
In continuation of our discussion here: https://github.com/vibe-d/vibe-core/issues/48
> baseline API with no dynamic per-request memory allocations
Well, it can't be completely avoided. I'd r…
-
### Use case
Hello,
Did some systracing. Launched 50 duplicate API calls, result shows there are around 60 RxCachedThreadS and 60 DefaultDispatch threads all contending for monitor lock.
Th…
-
https://twitter.com/cancelBubble/status/502181295095816192
![image](https://cloud.githubusercontent.com/assets/39191/3991898/2165260c-28ed-11e4-951c-96222943c967.png)
I can empathize with this.
We sh…
-
In latency benchmarks for scenarios with many-producers, and 4-12 consumers, I found the broadcast queue to have much worse performance at the tail end than separate mpmc queues that producers send to…
-
When users do not have a geo location configured in Uptime we link externally to documentation showing how users can add it, however users of the app may not have internet access, in which case the li…
-
A decent help manual would be good. If you want to know how to use something the present help page is useless. For example, in the view options, how do use use the additional colours? Should be simp…
-
Currently you can use `pdfReader.isEncrypted()` to determine if a PDF has encryption or not. Is there any way to determine if the encryption is due to an owner password, user password, or both?