Metadata-Version: 2.4
Name: xcrossfire
Version: 1.0.1
Summary: Ultra High-Performance SIMD AVX2 Assisted Search Engine for Python
Author: XCrossFire Devs
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=1.20.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Why XCrossfire?



Searching very large unsorted datasets efficiently is a common systems programming challenge.



XCrossfire explores a hardware-aware approach that focuses on:



\- Efficient CPU utilization

\- SIMD vector processing

\- Low-overhead native execution

\- Python/C++ interoperability

\- Zero-copy style memory interaction where applicable



The goal is to improve practical execution performance while keeping the original dataset unchanged.



\---



Features



\- Native C++ search engine

\- Python bindings

\- AVX2 SIMD acceleration

\- Multi-threaded execution

\- Large dataset support

\- Low memory overhead

\- Benchmark framework included

\- Open-source implementation



