Performance rising

If you follow the story of the Binet library, it might be of some interst to you that today it got at least 100 times performance boost.

The base level subproject "memory" was jungling bytes, now it works with ints.

The original data structure was too fine-grained. Pointers (references) occupied too much space in memory and the number of these pieces was overwhelming. The actual payload was a tiny fraction of the data structure. Its management consumed all processor core power.

This improvement enables loading images into multimodal graphs. Experiments with visual modality are now possible to perform.

0
Subscribe to my newsletter

Read articles from Aleksandr Novikov directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Aleksandr Novikov
Aleksandr Novikov