bitbugprime

Results 7 comments of bitbugprime

> Yes, such cases are rare, but they are. This way(using `std::stringstream`) has a huge overhead(comparing to getting `const char *` from `switch` statement). Since this is a C++17 library,...

> Most of my more recent coroutine developments have been in folly::coro (the coroutine support parts of folly) and more recently in libunifex, which I believe has some better foundations...

This ticket is more than three years old, so at this point it seems obvious that if Alpaca haven't done it yet they'll never do it, it isn't as if...

> > This ticket is more than three years old, so at this point it seems obvious that if Alpaca haven't done it yet they'll never do it, it isn't...

> 3\. Before submitting the order, the order has to be previewed It does? The API docs claim that preview is unnecessary and that you can submit orders directly. Preview...

If you have C++17 it would be simpler to declare the global variable itself inline.

> Dumb question: what's SIMD support like for the instructions you use on Apple M1/M2 (aarch64/ARM64)? This is all x86_64 optimized/specific right? Assuming we're talking about Lokathor/wide the current README...