martaannaj / RecommenderServer

GNU General Public License v3.0
1 stars 2 forks source link

Make inserting into the tree parallel again #27

Open miselico opened 2 years ago

miselico commented 2 years ago

In https://github.com/martaannaj/RecommenderServer/tree/protobuffer_serialization :+1:

The split into a transaction producer and consumer lead to the building code only using one routine for the insertion.

We need to check whether more routines help wrt. speed.