Nim ORC example benchmark

2023-03-15 Thread alexeypetrushin
I made a wrong title mentioning the benchmark. My question was not so much about the benchmark part, but more about understanding how to use it. I figured out how to use it in single thread mode, but still don't understand how it's supposed to be used in multi-thread mode.

Nim ORC example benchmark

2023-03-15 Thread Araq
So write a better benchmark? :P

Nim ORC example benchmark

2023-03-14 Thread alexeypetrushin
In the ORC example benchmark from the [Post about ORC](https://nim-lang.org/blog/2020/12/08/introducing-orc.html) the request doesn't use sessions. I wonder how this example would look like, when request would need a) create sessions on demand b) Read/write to sessions made of complex GC data s