Vladimir Shakhov

Results 4 issues of Vladimir Shakhov

Hey, thank you for the BTree, I use it in my other pet project and it works flawlessly! This is an attempt to support of Swift Codable to BTree. The...

This is a try to change the threading in ggml from busy wait spin locking to mutex/condvar based thread pool. I don’t think this should be merged - it adds...

threading

Hey, thank you for the port! I was comparing to java version, and feels MultProducerSequencer.setAvailable() has different visibility properties? ```cpp void setAvailableBufferValue(std::int32_t index, std::int32_t flag) { m_availableBuffer[index] = flag; }...

Thanks for sending a pull request (PR), we really appreciate that! Before hitting the submit button, we'd be really glad if you could make sure all the following points have...