Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Custom hash table implementation that tries to replicate built-in Python dictionary. The aim is to better understand its functioning and apply TDD framework to test core functionalities.
Missing
If you have any new feature, feel free to create a MR explaining this feature and I'll add that to the list
requirement | included |
---|---|
Create an empty hash table | ✅ |
Insert a key-value pair | ✅ |
Accept arbitrary key type | ✅ |
Get a key-value pair | ✅ |
Delete a key-value pair | ✅ |
Update the value associated with an existing key | ✅ |
Hash table is iterable | ✅ |
Possible to compare to hash tables | ✅ |
Possible to convert python dictionary | ✅ |
String representation | ✅ |
Union operation | ✅ |
Miscellaneous (dict.clear() dict.update() | ✅ |
Managing Hash collision: linear probing | ✅ |
Managing Hash collision: separate chaining | |
Dynamic resizing | ✅ |
Retain insertion order | ✅ |
Missing
At the moment the actual performances are not comparable to python built-in dictionary. I've identified two key pain points that I want to improve in the search f a key:
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Unknown package
We found that hash-table-at demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.