Skip to content

Commit

Permalink
Add VBA-FastDictionary (#25)
Browse files Browse the repository at this point in the history
This will probably be the go-to dictionary for most use cases thanks to features like Rehashing, For Each support and in general, great performance
  • Loading branch information
cristianbuse committed Apr 15, 2024
1 parent d44eff9 commit db57ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Because of the nature of VBA, many libraries do not work on all Operating System

#### Dictionary

* [![p_all]](#-) [![a_all]](#-) [VBA-FastDictionary](https://github.com/cristianbuse/VBA-FastDictionary) - Fast, cross-platform, native Dictionary. Replacement for scripting dictionary.
* [![p_all]](#-) [![a_all]](#-) [VBA-Dictionary](https://github.com/VBA-tools/VBA-Dictionary) - A dictionary object which stores key-value pairs.
* [![p_win]](#-) [![a_all]](#-) [VBA-ExtendedDictionary](https://github.com/SSlinky/VBA-ExtendedDictionary) - A dictionary object using Scripting.Dictionary but exposes some additional useful functionality.
* [![p_all]](#-) [![a_all]](#-) [cHashList](https://www.vbforums.com/showthread.php?834515-Simple-and-fast-lightweight-HashList-Class-(no-APIs)) - Simple, Fast and lightweight HashList class with no use of Win32 API. Requires string keys however.
Expand Down

0 comments on commit db57ba8

Please sign in to comment.