Chris Apple

Results 99 comments of Chris Apple

> Don't waste your time, the spsc implementation depends specifically on x86 semantics and is not portable. I guess we'd have to disable it completely to be able to run...

Ah, got it! Sorry, I thought that was referring to the code in this repo (readerwriterqueue) Here are the afformentioned results, now that we know SPSC is dead and we...

Yep, this is no changes to the repo, just tip of main. the compile line being used is: ``` benchmarks$(EXT): bench.cpp ../readerwriterqueue.h ../readerwritercircularbuffer.h ../atomicops.h ext/1024cores/spscqueue.h ext/folly/ProducerConsumerQueue.h ../tests/common/simplethread.h ../tests/common/simplethread.cpp systemtime.h systemtime.cpp...

(to answer your previous concern about `clang++` macosx "helpfully" aliases `g++` to `clang++`) ``` > g++ clang: error: no input files ```

Sounds good. Please don't hesitate to reach out if I can assist. This project has helped me a ton so happy to contribute in any way I can.

Fixed by #33 (which is merged)

Also seeing this issue when upgrading to neovim 0.4.3 and pulling down most recent version of python support confirmed that `git checkout e0f443f3553b4b781feb236b576f85c075fffce3` fixes it (the one before the breaking...

A couple side notes: 1. I noticed there don't seem to be unit tests for this class, or I just missed them. Could you point me to them if they...