well.james
well.james
UDP SendAsync do not support call multi times? must wait the last operation completed?
Why: Make deployment easier, at least without any configuration changes on operating system(install IIS etc.) drop dependencies: 1. drop IIS 2. drop .net runtime ,maybe in future ?
now windows has vcpkg when support vcpkg.
looks not any bitmap in this repo. plan for RoaringBitmap support ?
**Is your feature request related to a problem? Please describe.** 100 billion Key-Value data high performance query and insert and update. im tested LiteDB V5(current version) the **ops/s for insert...
**Version** LiteDB 5.0.11ver .net 6.0 Win10 X64 **Describe the bug** concurrent read and write to the database. there's read error on Read Task im post the test code,Before the probelm...
**Version** LiteDB 5.0.11ver .net 6.0 Win10 X64 **Describe the bug** some time query take long time. **Code to Reproduce** ```C# //Exception Point try { sw.Restart(); var rlt = sets.FindById(key); }...
**Version** LiteDB 5.0.11ver .net 6.0 Win10 X64 **Describe the bug** A clear and concise description of what the bug is. **Code to Reproduce** ```C# //Exception Point try { sw.Restart(); var...
**Version** LiteDB 5.0.11ver .net 6.0 Win10 X64 **Describe the bug** concurrent read and write to the database. there's read error on Read Task im post the test code,Before the probelm...
Version-6 seems default is Non-Reentrant but some times need Allow-Reentrant ,so,need a config for that?