Git Product home page Git Product logo

xxhash4delphi's Introduction

XXHASH4Delphi

XXHash Wrapper for Delphi prebuild XXHash 0.8.1 Static Linked Object file with AVX2 or SSE2 support for both X64 and X86 platform. Simple test program provided.

xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical across all platforms (little / big endian).

precompiled object files were compiled with GCC 11.2 with -O3 and -mAVX2 or -mSSE2

Check https://github.com/Cyan4973/xxHash for details.

XXHash 0.8.1的静态链接库,支持所有平台,在非Windows平台上直接链接系统提供的libxxhash.a静态库文件,如需特殊指令集优化请自行重新编译libxxhash.a文件。

Windows平台下默认采用avx2指令集,如需兼容老电脑,可删除XXHASHLIB.pas文件中的第二行{$DEFINE AVX2},即可选择链接SSE2指令集的目标文件。 静态链接的目标文件用GCC 11.2版本-O3优化编译并通过-m参数指定指令集。

此算法惊人地快,适合作为MD5替代算法使用。

xxhash4delphi's People

Contributors

ywthegod avatar

Forkers

dhunteroy

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.