Giter Site home page Giter Site logo

hengine's People

Contributors

heinrichi avatar valbok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hengine's Issues

add hashes dynamically

I try to add hashes to hengine dynamically.
With sorted tables it's ok.
But what we can do with bloom_filer?
By source code we pass constant db.size() to filter params when build tables.
So does it mean we must recalculate m_filter contents with new values?

По-русски

Пытаюсь добавить функциональность в модуль - добавление хешей на лету.
С самими отсортированными таблицами сегментирования всё ясно.
А вот досточно ли сделать m_fileter.insert() для добавления r-hasha или нужно
пересчитывать внутренние значения фильтра блума?

произвольная длина битового поля

Речь идет о битовом поле, который происходит от массива байт.
Как вариант - из задачи поиска дубликатов на основе дескрипторов ORB.
Цель - оставить максимальную точность (не использовать phash например).
Сложность - длина битового поля не кратная 64, но главным образом отличающаяся от стандартных типов в большую сторону (максимум имеем на unsigned long long).
Хотелось бы иметь возможность динамического расчета r, rcut и др. Т.е. входная величина
только k - желаемая точность, дистанция хемминга)

Сначала думал о std::bitset, но данный тип имеет статическую инициализацию
на уровне шаблона (простите за калабмур), boost::dynamic_bitset почему-то всегда отвергаю испольование boost, vector - думается насколько компактно размещаются ли данные в памяти, используются биты,а не байты скажем... ну и кастомная реализация bitset...

Хотелось бы услышать ваше мнение.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.