Valery Mironov

Results 137 comments of Valery Mironov

@jmr I already wrote, sometimes I need both indexer and coverer. I can do it now, but I also will have additional, completely unnecessary coverer in indexer. I think will...

s2 made GetCellUnionBound virtual and it fixed this issue for me. Thanks

I think you need to patch our cmake. In general just remove it, it should be unused if IRESEARCH_SSE2 not defined https://github.com/iresearch-toolkit/iresearch/blob/master/core/shared.hpp#L113

Anyway PR welcome, https://github.com/iresearch-toolkit/iresearch/blob/master/cmake/OptimizeForArchitectureLocal.cmake#L10

I think it's possible without a lot of effort. What do you expect in case of bad alloc?

@kononovk incorrect commit name Btw it's just for test, we definitely know it doesn't work correctly with WaitGroup But I think I know how to fix But firstly I should...

I don't think we have stable ABI. In general library is really tiny and it doesn't feel like shared library is good option for it. Also with dynamic linking it's...

https://docs.microsoft.com/en-gb/cpp/c-runtime-library/reference/mkgmtime-mkgmtime32-mkgmtime64?view=vs-2015 Starting with which BOOST_MSVC is this feature available?