Property Bag alternative - Data Bag Version 2 Class
This is an alternative to Property Bag class. It supports all variable types except vbObject, vbDataObject and vbUserDefinedType.
(For the vbVariant , it now only supports byte array.) Now supports JSON. It has all methods same as Property Bag class.
Now I optimized the class for maximum performance. I tried different for speeding up such as hashing, binary sorting and insertion. Attached Project has a comparison
of Property Bag, Collection , Dictionary etc.
Supported types:
![Name: SS.jpg
Views: 28
Size: 35.0 KB]()
Demo Application :
DataBagV2.zip
This is an alternative to Property Bag class. It supports all variable types except vbObject, vbDataObject and vbUserDefinedType.
(For the vbVariant , it now only supports byte array.) Now supports JSON. It has all methods same as Property Bag class.
Now I optimized the class for maximum performance. I tried different for speeding up such as hashing, binary sorting and insertion. Attached Project has a comparison
of Property Bag, Collection , Dictionary etc.
Supported types:
- vbEmpty
- vbNull
- vbInteger
- vbLong
- vbSingle
- vbDouble
- vbCurrency
- vbDate
- vbString
- vbBoolean
- vbVariant(used only byte array)
- vbDecimal
- vbByte
Demo Application :
DataBagV2.zip