Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

C++ Libraries in GetIt: MurmurHash 3

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year about real-world (non-demo) apps that you can use with C++Builder and CMake, for example, and this is related.

This week, I’d like to highlight MurmurHash 3.

MurmurHash is a very well known hash function (read its Wikipedia page). It can produce either 32-bit or 128-bit hashes of input data, and is famous for being fast and reliable.

Both MurmurHash 3 and its test suite, SMHasher, are available on GetIt.

When you use RAD Studio, you can mix C++ and Delphi code together. I have a blog post, video, and example source code for doing so, in both directions – adding Delphi to C++, and adding C++ to Delphi! If you want to make use of C++ libraries from within Delphi, check those out, and look into making use of RAD Studio.

See What's New in 12.2 Athens See What's New in 12.2 Athens Dev Days of Summer 2-24

Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

About author

David is an Australian developer, currently living in far-north Europe. He is the senior product manager for C++ at Idera, looking after C++Builder and Visual Assist.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES