SkillAgentSearch skills...

Cppsimhash

c++ simhash implementation for documents

Install / Use

/learn @stg7/Cppsimhash
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

cppsimhash

c++ simhash implementation for documents and an additional (prototyp) simhash index for text documents

Required

  • python3
  • scons
  • g++ (c++14)
  • cpu with hardware aes, cat /proc/cpuinfo | grep "aes" | wc -l should be > 0

Build Steps

Just run scons

Simidx -- usage

add a text document using simidx.py:

# add one document
./simidx.py add textfile

# add a folder
./simidx.py add textfolder

# after you created an index you can query it with
./simidx.py query <document.txt>

Idea

For the approach and core idea have a look at papers in doc.

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2mo ago
Forks4

Languages

C++

Security Score

85/100

Audited on Jan 26, 2026

No findings