Alexander A.

Results 25 issues of Alexander A.

I compiled AvalonStudio from the develop branch Tried to open the solution `https://github.com/EvilBeaver/OneScript` ```bash uname -a Linux 4.13.0-32-generic #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux...

In problem #45 the question of key storage was raised. To reduce the size of the tree in memory, this is a good optimization.

enhancement

предлагаю перевести сайт на шаблонизатор zola https://github.com/getzola/zola

Hello. Example ```rust let index = FlatIndexImpl::new_l2(4).unwrap(); let id_map = IdMap::new(index).unwrap(); write_index(&id_map, "/tmp/id_map_ex.dat").unwrap(); let new_index = read_index("/tmp/id_map_ex.dat").unwrap(); ``` `new_index` is `IndexImpl`

faiss PR https://github.com/facebookresearch/faiss/pull/1945

This PR https://github.com/facebookresearch/faiss/pull/1917 added methods for global variables This feature is not released yet

Hello. Could We think about to use https://crates.io/crates/cxx for interop?

This module contains some macros https://github.com/Enet4/faiss-rs/blob/master/src/macros.rs Create derive crate for `#[derive(...)]` impl them.

Hello. When we use composite indexes, we pass a pointer only to the main index through the C API. We should not be interested in how Fais works internally with...