1. @emotion/hash
A MurmurHash2 implementation
@emotion/hash
Package: @emotion/hash
Created by: emotion-js
Last modified: Sat, 06 May 2023 08:49:12 GMT
Version: 0.9.1
License: MIT
Downloads: 48,525,535
Repository: https://github.com/emotion-js/emotion

Install

npm install @emotion/hash
yarn add @emotion/hash

@emotion/hash

A MurmurHash2 implementation

 import hash from '@emotion/hash'

hash('some-string') // 12fj1d

The source of this is from https://github.com/garycourt/murmurhash-js/blob/master/murmurhash2_gc.js.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code