-
Up until e63031c (inclusive) the current benchmark for coio-tcp-echo-server showed (subjectively) good results:
```
Speed: 75640 request/sec, 75640 response/sec
Requests: 2269208
Responses: 2269208
`…
-
# Unify Sockets, Timers, and Channels
Currently, there are two runtime APIs: `Poll` and `EventLoop`. `Poll` is
the abstraction handling readiness for sockets and waiting for events on
these sockets. …
-
Looks that spdlog clash badly with ASIO. ASIO have a higher priority over spdlog, so would be necessary try to fix spdlog or replace it.
List of requisites that should have a logger for us :
- Multi…
-
```
running 17 tests
test pubsub::test::test_pubsub_channel ... ok
test pubsub::test::test_sub_clone ... ok
test pubsub::test::test_sub_clone_multi_publish ... ok
test pubsub::test::test_pubsub ... ok…
-
Hey folks,
I have a [cheap Maplin weather station](http://www.maplin.co.uk/p/maplin-wireless-desktop-weather-station-with-barometer-a01qx) I've set it up and I'm able to receive data from it using rt…
-
Compile this:
``` rust
pub mod foo {
pub mod bar {
pub mod baz {
struct Qux;
impl Qux {
pub fn new() {}
}
}
}
}
fn main()…
-
```
Currently, delegate of expectation closure and static closure has
inconsistent behaviors. Consider:
def m = mock { // here, m == it == delegate
match {} // call on delegate, but a…
-
build passes
make regressions:
```
....
make -C ./ck_fifo/validate all
make[2]: Entering directory '/next/home/mah/src/ck-cubox-i/regressions/ck_fifo/validate'
/usr/bin/clang -D_XOPEN_SOURCE=600 -D_…
-
Debian Jessie
``` bash
git clone https://github.com/frachop/hubic-backup.git
Cloning into 'hubic-backup'...
remote: Counting objects: 307, done.
remote: Total 307 (delta 0), reused 0 (delta 0), pack-…
-
Would it be possible/feasible to batch consume the contents of an MpscLinkedQueue? I.e., have a method taking a callback which then traverses the links via plain loads until it reaches the producer's …