extension
Dictionary

VBA-FastDictionary

Fast, cross-platform, native Dictionary. Replacement for scripting dictionary.

Category: Dictionary
Host: github.com
GitHub: @cristianbuse
Platforms: Windows, Mac
Office apps: All Office apps

Open on github.com

Alternative dictionary libraries (5)

  • VBA-Dictionary — A dictionary object which stores key-value pairs.
  • VBA-ExtendedDictionary — A dictionary object using Scripting.Dictionary but exposes some additional useful functionality.
  • cHashList — ) – Simple, Fast and lightweight HashList class with no use of Win32 API. Requires string keys however.
  • CollectionEx — Extends the default VBA(/VB6) collection with methods to retrieve and check for key existence.
  • clsTrickHashTable — A hash table using machine code injected at runtime. Full replacement for scripting dictionary, with bonus features.

More from @cristianbuse (6)

  • VBA-FastJSON — Fast, cross-platform, native json parser and serializer. Memory efficient (non-recursive), RFC 8259 compliant, UTF8 support
  • Excel-ZipTools — Parse, read, and extract data from, Zip files. Written in pure vba.
  • VBA-SafeTimer — Reliable, no-crash timer for VBA. Code can be debugged and stopped safely. Works with or without…
  • VBA-UserForm-MouseScroll — Allows Mouse Wheel Scrolling on MSForms Controls and Userforms.
  • VBA-MemoryTools — Provides an ultra-fast, copy memory alternative.
  • VBA state-loss callback — A crash free detector for VBA state-loss. State loss can occur when: Someone clicks `end` in…