├── .github ├── FUNDING.yml └── workflows │ └── comment-filter.yml ├── benchmarking ├── Benchmarking.xlsm ├── src │ ├── third_party_code │ │ ├── LibStringTools.bas │ │ ├── cHashD │ │ │ └── modHashD.bas │ │ └── LibTimer.bas │ └── BenchTests.bas └── result_screenshots │ ├── add_object_(class1)_mac_vba7_x64.png │ ├── add_object_(class1)_win_vba6_x32.png │ ├── add_object_(class1)_win_vba7_x32.png │ ├── add_object_(class1)_win_vba7_x64.png │ ├── remove_object_(class1)_win_vba6_x32.png │ ├── remove_object_(class1)_win_vba7_x32.png │ ├── remove_object_(class1)_win_vba7_x64.png │ ├── add_mixed_(binary_compare)_mac_vba7_x64.png │ ├── add_mixed_(binary_compare)_win_vba6_x32.png │ ├── add_mixed_(binary_compare)_win_vba7_x32.png │ ├── add_mixed_(binary_compare)_win_vba7_x64.png │ ├── add_number_(long_large)_mac_vba7_x64.png │ ├── add_number_(long_large)_win_vba6_x32.png │ ├── add_number_(long_large)_win_vba7_x32.png │ ├── add_number_(long_large)_win_vba7_x64.png │ ├── add_number_(long_small)_mac_vba7_x64.png │ ├── add_number_(long_small)_win_vba6_x32.png │ ├── add_number_(long_small)_win_vba7_x32.png │ ├── add_number_(long_small)_win_vba7_x64.png │ ├── add_object_(collection)_mac_vba7_x64.png │ ├── add_object_(collection)_win_vba6_x32.png │ ├── add_object_(collection)_win_vba7_x32.png │ ├── add_object_(collection)_win_vba7_x64.png │ ├── forEach_number_(long_large)_win_vba6_x32.png │ ├── forEach_number_(long_large)_win_vba7_x32.png │ ├── forEach_number_(long_large)_win_vba7_x64.png │ ├── forEach_number_(long_small)_win_vba6_x32.png │ ├── forEach_number_(long_small)_win_vba7_x32.png │ ├── forEach_number_(long_small)_win_vba7_x64.png │ ├── forEach_object_(class1)_mac_vba7_x64.png │ ├── forEach_object_(class1)_win_vba6_x32.png │ ├── forEach_object_(class1)_win_vba7_x32.png │ ├── forEach_object_(class1)_win_vba7_x64.png │ ├── forEach_object_(collection)_win_vba6_x32.png │ ├── forEach_object_(collection)_win_vba7_x32.png │ ├── forEach_object_(collection)_win_vba7_x64.png │ ├── item(get)_object_(class1)_mac_vba7_x64.png │ ├── item(get)_object_(class1)_win_vba6_x32.png │ ├── item(get)_object_(class1)_win_vba7_x32.png │ ├── item(get)_object_(class1)_win_vba7_x64.png │ ├── item(let)_object_(class1)_mac_vba7_x64.png │ ├── item(let)_object_(class1)_win_vba6_x32.png │ ├── item(let)_object_(class1)_win_vba7_x32.png │ ├── item(let)_object_(class1)_win_vba7_x64.png │ ├── key(let)_object_(class1)_mac_vba7_x64.png │ ├── key(let)_object_(class1)_win_vba6_x32.png │ ├── key(let)_object_(class1)_win_vba7_x32.png │ ├── key(let)_object_(class1)_win_vba7_x64.png │ ├── remove_number_(long_large)_mac_vba7_x64.png │ ├── remove_number_(long_large)_win_vba6_x32.png │ ├── remove_number_(long_large)_win_vba7_x32.png │ ├── remove_number_(long_large)_win_vba7_x64.png │ ├── remove_number_(long_small)_mac_vba7_x64.png │ ├── remove_number_(long_small)_win_vba6_x32.png │ ├── remove_number_(long_small)_win_vba7_x32.png │ ├── remove_number_(long_small)_win_vba7_x64.png │ ├── remove_object_(class1)_mac_vba7_x64.png │ ├── remove_object_(collection)_mac_vba7_x64.png │ ├── remove_object_(collection)_win_vba6_x32.png │ ├── remove_object_(collection)_win_vba7_x32.png │ ├── remove_object_(collection)_win_vba7_x64.png │ ├── add_number_(double_fractional)_mac_vba7_x64.png │ ├── add_number_(double_fractional)_win_vba6_x32.png │ ├── add_number_(double_fractional)_win_vba7_x32.png │ ├── add_number_(double_fractional)_win_vba7_x64.png │ ├── add_number_(double_large_ints)_mac_vba7_x64.png │ ├── add_number_(double_large_ints)_win_vba6_x32.png │ ├── add_number_(double_large_ints)_win_vba7_x32.png │ ├── add_number_(double_large_ints)_win_vba7_x64.png │ ├── add_number_(double_small_ints)_mac_vba7_x64.png │ ├── add_number_(double_small_ints)_win_vba6_x32.png │ ├── add_number_(double_small_ints)_win_vba7_x32.png │ ├── add_number_(double_small_ints)_win_vba7_x64.png │ ├── exists(false)_object_(class1)_mac_vba7_x64.png │ ├── exists(false)_object_(class1)_win_vba6_x32.png │ ├── exists(false)_object_(class1)_win_vba7_x32.png │ ├── exists(false)_object_(class1)_win_vba7_x64.png │ ├── exists(true)_number_(long_large)_win_vba6_x32.png │ ├── exists(true)_number_(long_large)_win_vba7_x32.png │ ├── exists(true)_number_(long_large)_win_vba7_x64.png │ ├── exists(true)_number_(long_small)_win_vba6_x32.png │ ├── exists(true)_number_(long_small)_win_vba7_x32.png │ ├── exists(true)_number_(long_small)_win_vba7_x64.png │ ├── exists(true)_object_(class1)_mac_vba7_x64.png │ ├── exists(true)_object_(class1)_win_vba6_x32.png │ ├── exists(true)_object_(class1)_win_vba7_x32.png │ ├── exists(true)_object_(class1)_win_vba7_x64.png │ ├── exists(true)_object_(collection)_win_vba6_x32.png │ ├── exists(true)_object_(collection)_win_vba7_x32.png │ ├── exists(true)_object_(collection)_win_vba7_x64.png │ ├── forEach_mixed_(binary_compare)_mac_vba7_x64.png │ ├── forEach_mixed_(binary_compare)_win_vba6_x32.png │ ├── forEach_mixed_(binary_compare)_win_vba7_x32.png │ ├── forEach_mixed_(binary_compare)_win_vba7_x64.png │ ├── forEach_number_(long_large)_mac_vba7_x64.png │ ├── forEach_number_(long_small)_mac_vba7_x64.png │ ├── forEach_object_(collection)_mac_vba7_x64.png │ ├── item(get)_mixed_(binary_compare)_win_vba6_x32.png │ ├── item(get)_mixed_(binary_compare)_win_vba7_x32.png │ ├── item(get)_mixed_(binary_compare)_win_vba7_x64.png │ ├── item(get)_number_(long_large)_mac_vba7_x64.png │ ├── item(get)_number_(long_large)_win_vba6_x32.png │ ├── item(get)_number_(long_large)_win_vba7_x32.png │ ├── item(get)_number_(long_large)_win_vba7_x64.png │ ├── item(get)_number_(long_small)_mac_vba7_x64.png │ ├── item(get)_number_(long_small)_win_vba6_x32.png │ ├── item(get)_number_(long_small)_win_vba7_x32.png │ ├── item(get)_number_(long_small)_win_vba7_x64.png │ ├── item(get)_object_(collection)_mac_vba7_x64.png │ ├── item(get)_object_(collection)_win_vba6_x32.png │ ├── item(get)_object_(collection)_win_vba7_x32.png │ ├── item(get)_object_(collection)_win_vba7_x64.png │ ├── item(let)_mixed_(binary_compare)_win_vba6_x32.png │ ├── item(let)_mixed_(binary_compare)_win_vba7_x32.png │ ├── item(let)_mixed_(binary_compare)_win_vba7_x64.png │ ├── item(let)_number_(long_large)_mac_vba7_x64.png │ ├── item(let)_number_(long_large)_win_vba6_x32.png │ ├── item(let)_number_(long_large)_win_vba7_x32.png │ ├── item(let)_number_(long_large)_win_vba7_x64.png │ ├── item(let)_number_(long_small)_mac_vba7_x64.png │ ├── item(let)_number_(long_small)_win_vba6_x32.png │ ├── item(let)_number_(long_small)_win_vba7_x32.png │ ├── item(let)_number_(long_small)_win_vba7_x64.png │ ├── item(let)_object_(collection)_mac_vba7_x64.png │ ├── item(let)_object_(collection)_win_vba6_x32.png │ ├── item(let)_object_(collection)_win_vba7_x32.png │ ├── item(let)_object_(collection)_win_vba7_x64.png │ ├── key(let)_mixed_(binary_compare)_mac_vba7_x64.png │ ├── key(let)_mixed_(binary_compare)_win_vba6_x32.png │ ├── key(let)_mixed_(binary_compare)_win_vba7_x32.png │ ├── key(let)_mixed_(binary_compare)_win_vba7_x64.png │ ├── key(let)_number_(long_large)_mac_vba7_x64.png │ ├── key(let)_number_(long_large)_win_vba6_x32.png │ ├── key(let)_number_(long_large)_win_vba7_x32.png │ ├── key(let)_number_(long_large)_win_vba7_x64.png │ ├── key(let)_number_(long_small)_mac_vba7_x64.png │ ├── key(let)_number_(long_small)_win_vba6_x32.png │ ├── key(let)_number_(long_small)_win_vba7_x32.png │ ├── key(let)_number_(long_small)_win_vba7_x64.png │ ├── key(let)_object_(collection)_mac_vba7_x64.png │ ├── key(let)_object_(collection)_win_vba6_x32.png │ ├── key(let)_object_(collection)_win_vba7_x32.png │ ├── key(let)_object_(collection)_win_vba7_x64.png │ ├── remove_mixed_(binary_compare)_mac_vba7_x64.png │ ├── remove_mixed_(binary_compare)_win_vba6_x32.png │ ├── remove_mixed_(binary_compare)_win_vba7_x32.png │ ├── remove_mixed_(binary_compare)_win_vba7_x64.png │ ├── add_text_(len_5_text_compare_unicode)_win_vba6_x32.png │ ├── add_text_(len_5_text_compare_unicode)_win_vba7_x32.png │ ├── exists(false)_mixed_(binary_compare)_mac_vba7_x64.png │ ├── exists(false)_mixed_(binary_compare)_win_vba6_x32.png │ ├── exists(false)_mixed_(binary_compare)_win_vba7_x32.png │ ├── exists(false)_mixed_(binary_compare)_win_vba7_x64.png │ ├── exists(false)_number_(long_large)_mac_vba7_x64.png │ ├── exists(false)_number_(long_large)_win_vba6_x32.png │ ├── exists(false)_number_(long_large)_win_vba7_x32.png │ ├── exists(false)_number_(long_large)_win_vba7_x64.png │ ├── exists(false)_number_(long_small)_mac_vba7_x64.png │ ├── exists(false)_number_(long_small)_win_vba6_x32.png │ ├── exists(false)_number_(long_small)_win_vba7_x32.png │ ├── exists(false)_number_(long_small)_win_vba7_x64.png │ ├── exists(false)_object_(collection)_mac_vba7_x64.png │ ├── exists(false)_object_(collection)_win_vba6_x32.png │ ├── exists(false)_object_(collection)_win_vba7_x32.png │ ├── exists(false)_object_(collection)_win_vba7_x64.png │ ├── exists(true)_mixed_(binary_compare)_mac_vba7_x64.png │ ├── exists(true)_mixed_(binary_compare)_win_vba6_x32.png │ ├── exists(true)_mixed_(binary_compare)_win_vba7_x32.png │ ├── exists(true)_mixed_(binary_compare)_win_vba7_x64.png │ ├── exists(true)_number_(long_large)_mac_vba7_x64.png │ ├── exists(true)_number_(long_small)_mac_vba7_x64.png │ ├── exists(true)_object_(collection)_mac_vba7_x64.png │ ├── forEach_number_(double_fractional)_mac_vba7_x64.png │ ├── forEach_number_(double_fractional)_win_vba6_x32.png │ ├── forEach_number_(double_fractional)_win_vba7_x32.png │ ├── forEach_number_(double_fractional)_win_vba7_x64.png │ ├── forEach_number_(double_large_ints)_mac_vba7_x64.png │ ├── forEach_number_(double_large_ints)_win_vba6_x32.png │ ├── forEach_number_(double_large_ints)_win_vba7_x32.png │ ├── forEach_number_(double_large_ints)_win_vba7_x64.png │ ├── forEach_number_(double_small_ints)_mac_vba7_x64.png │ ├── forEach_number_(double_small_ints)_win_vba6_x32.png │ ├── forEach_number_(double_small_ints)_win_vba7_x32.png │ ├── forEach_number_(double_small_ints)_win_vba7_x64.png │ ├── item(get)_mixed_(binary_compare)_mac_vba7_x64.png │ ├── item(get)_number_(double_fractional)_mac_vba7_x64.png │ ├── item(get)_number_(double_fractional)_win_vba6_x32.png │ ├── item(get)_number_(double_fractional)_win_vba7_x32.png │ ├── item(get)_number_(double_fractional)_win_vba7_x64.png │ ├── item(get)_number_(double_large_ints)_mac_vba7_x64.png │ ├── item(get)_number_(double_large_ints)_win_vba6_x32.png │ ├── item(get)_number_(double_large_ints)_win_vba7_x32.png │ ├── item(get)_number_(double_large_ints)_win_vba7_x64.png │ ├── item(get)_number_(double_small_ints)_mac_vba7_x64.png │ ├── item(get)_number_(double_small_ints)_win_vba6_x32.png │ ├── item(get)_number_(double_small_ints)_win_vba7_x32.png │ ├── item(get)_number_(double_small_ints)_win_vba7_x64.png │ ├── item(let)_mixed_(binary_compare)_mac_vba7_x64.png │ ├── item(let)_number_(double_fractional)_mac_vba7_x64.png │ ├── item(let)_number_(double_fractional)_win_vba6_x32.png │ ├── item(let)_number_(double_fractional)_win_vba7_x32.png │ ├── item(let)_number_(double_fractional)_win_vba7_x64.png │ ├── item(let)_number_(double_large_ints)_mac_vba7_x64.png │ ├── item(let)_number_(double_large_ints)_win_vba6_x32.png │ ├── item(let)_number_(double_large_ints)_win_vba7_x32.png │ ├── item(let)_number_(double_large_ints)_win_vba7_x64.png │ ├── item(let)_number_(double_small_ints)_mac_vba7_x64.png │ ├── item(let)_number_(double_small_ints)_win_vba6_x32.png │ ├── item(let)_number_(double_small_ints)_win_vba7_x32.png │ ├── item(let)_number_(double_small_ints)_win_vba7_x64.png │ ├── key(let)_number_(double_fractional)_mac_vba7_x64.png │ ├── key(let)_number_(double_fractional)_win_vba6_x32.png │ ├── key(let)_number_(double_fractional)_win_vba7_x32.png │ ├── key(let)_number_(double_fractional)_win_vba7_x64.png │ ├── key(let)_number_(double_large_ints)_mac_vba7_x64.png │ ├── key(let)_number_(double_large_ints)_win_vba6_x32.png │ ├── key(let)_number_(double_large_ints)_win_vba7_x32.png │ ├── key(let)_number_(double_large_ints)_win_vba7_x64.png │ ├── key(let)_number_(double_small_ints)_mac_vba7_x64.png │ ├── key(let)_number_(double_small_ints)_win_vba6_x32.png │ ├── key(let)_number_(double_small_ints)_win_vba7_x32.png │ ├── key(let)_number_(double_small_ints)_win_vba7_x64.png │ ├── remove_number_(double_fractional)_mac_vba7_x64.png │ ├── remove_number_(double_fractional)_win_vba6_x32.png │ ├── remove_number_(double_fractional)_win_vba7_x32.png │ ├── remove_number_(double_fractional)_win_vba7_x64.png │ ├── remove_number_(double_large_ints)_mac_vba7_x64.png │ ├── remove_number_(double_large_ints)_win_vba6_x32.png │ ├── remove_number_(double_large_ints)_win_vba7_x32.png │ ├── remove_number_(double_large_ints)_win_vba7_x64.png │ ├── remove_number_(double_small_ints)_mac_vba7_x64.png │ ├── remove_number_(double_small_ints)_win_vba6_x32.png │ ├── remove_number_(double_small_ints)_win_vba7_x32.png │ ├── remove_number_(double_small_ints)_win_vba7_x64.png │ ├── add_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png │ ├── add_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png │ ├── add_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png │ ├── add_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png │ ├── add_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png │ ├── add_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png │ ├── add_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png │ ├── add_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png │ ├── add_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png │ ├── add_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png │ ├── add_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png │ ├── add_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png │ ├── add_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png │ ├── add_text_(len_5_binary_compare_unicode)_win_vba6_x32.png │ ├── add_text_(len_5_binary_compare_unicode)_win_vba7_x32.png │ ├── add_text_(len_5_binary_compare_unicode)_win_vba7_x64.png │ ├── add_text_(len_5_text_compare_unicode)_mac_vba7_x64.png │ ├── add_text_(len_5_text_compare_unicode)_win_vba7_x64.png │ ├── add_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png │ ├── add_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png │ ├── add_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png │ ├── add_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png │ ├── add_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png │ ├── add_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png │ ├── add_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png │ ├── add_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png │ ├── exists(false)_number_(double_fractional)_mac_vba7_x64.png │ ├── exists(false)_number_(double_fractional)_win_vba6_x32.png │ ├── exists(false)_number_(double_fractional)_win_vba7_x32.png │ ├── exists(false)_number_(double_fractional)_win_vba7_x64.png │ ├── exists(false)_number_(double_large_ints)_mac_vba7_x64.png │ ├── exists(false)_number_(double_large_ints)_win_vba6_x32.png │ ├── exists(false)_number_(double_large_ints)_win_vba7_x32.png │ ├── exists(false)_number_(double_large_ints)_win_vba7_x64.png │ ├── exists(false)_number_(double_small_ints)_mac_vba7_x64.png │ ├── exists(false)_number_(double_small_ints)_win_vba6_x32.png │ ├── exists(false)_number_(double_small_ints)_win_vba7_x32.png │ ├── exists(false)_number_(double_small_ints)_win_vba7_x64.png │ ├── exists(true)_number_(double_fractional)_mac_vba7_x64.png │ ├── exists(true)_number_(double_fractional)_win_vba6_x32.png │ ├── exists(true)_number_(double_fractional)_win_vba7_x32.png │ ├── exists(true)_number_(double_fractional)_win_vba7_x64.png │ ├── exists(true)_number_(double_large_ints)_mac_vba7_x64.png │ ├── exists(true)_number_(double_large_ints)_win_vba6_x32.png │ ├── exists(true)_number_(double_large_ints)_win_vba7_x32.png │ ├── exists(true)_number_(double_large_ints)_win_vba7_x64.png │ ├── exists(true)_number_(double_small_ints)_mac_vba7_x64.png │ ├── exists(true)_number_(double_small_ints)_win_vba6_x32.png │ ├── exists(true)_number_(double_small_ints)_win_vba7_x32.png │ ├── exists(true)_number_(double_small_ints)_win_vba7_x64.png │ ├── forEach_text_(len_5_text_compare_unicode)_mac_vba7_x64.png │ ├── forEach_text_(len_5_text_compare_unicode)_win_vba6_x32.png │ ├── forEach_text_(len_5_text_compare_unicode)_win_vba7_x32.png │ ├── forEach_text_(len_5_text_compare_unicode)_win_vba7_x64.png │ ├── forEach_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png │ ├── forEach_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png │ ├── forEach_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png │ ├── key(let)_text_(len_5_text_compare_unicode)_win_vba6_x32.png │ ├── key(let)_text_(len_5_text_compare_unicode)_win_vba7_x32.png │ ├── key(let)_text_(len_5_text_compare_unicode)_win_vba7_x64.png │ ├── remove_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png │ ├── remove_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png │ ├── remove_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png │ ├── remove_text_(len_5_binary_compare_unicode)_win_vba6_x32.png │ ├── remove_text_(len_5_binary_compare_unicode)_win_vba7_x32.png │ ├── remove_text_(len_5_binary_compare_unicode)_win_vba7_x64.png │ ├── remove_text_(len_5_text_compare_unicode)_mac_vba7_x64.png │ ├── remove_text_(len_5_text_compare_unicode)_win_vba6_x32.png │ ├── remove_text_(len_5_text_compare_unicode)_win_vba7_x32.png │ ├── remove_text_(len_5_text_compare_unicode)_win_vba7_x64.png │ ├── remove_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png │ ├── remove_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png │ ├── remove_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png │ ├── remove_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png │ ├── add_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png │ ├── add_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png │ ├── add_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png │ ├── add_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png │ ├── exists(false)_text_(len_5_text_compare_unicode)_win_vba6_x32.png │ ├── exists(false)_text_(len_5_text_compare_unicode)_win_vba7_x32.png │ ├── exists(false)_text_(len_5_text_compare_unicode)_win_vba7_x64.png │ ├── exists(true)_text_(len_5_text_compare_unicode)_mac_vba7_x64.png │ ├── exists(true)_text_(len_5_text_compare_unicode)_win_vba6_x32.png │ ├── exists(true)_text_(len_5_text_compare_unicode)_win_vba7_x32.png │ ├── exists(true)_text_(len_5_text_compare_unicode)_win_vba7_x64.png │ ├── exists(true)_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png │ ├── exists(true)_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png │ ├── exists(true)_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png │ ├── forEach_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png │ ├── forEach_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png │ ├── forEach_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png │ ├── forEach_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png │ ├── forEach_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png │ ├── forEach_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png │ ├── forEach_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png │ ├── forEach_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png │ ├── forEach_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png │ ├── forEach_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png │ ├── forEach_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png │ ├── forEach_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png │ ├── forEach_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png │ ├── forEach_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png │ ├── forEach_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png │ ├── forEach_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png │ ├── forEach_text_(len_5_binary_compare_unicode)_win_vba6_x32.png │ ├── forEach_text_(len_5_binary_compare_unicode)_win_vba7_x32.png │ ├── forEach_text_(len_5_binary_compare_unicode)_win_vba7_x64.png │ ├── forEach_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png │ ├── forEach_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png │ ├── forEach_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png │ ├── forEach_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png │ ├── forEach_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png │ ├── item(get)_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png │ ├── item(get)_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png │ ├── item(get)_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png │ ├── item(get)_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png │ ├── item(get)_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png │ ├── item(get)_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png │ ├── item(get)_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png │ ├── item(get)_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png │ ├── item(get)_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png │ ├── item(get)_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png │ ├── item(get)_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png │ ├── item(get)_text_(len_5_binary_compare_unicode)_win_vba6_x32.png │ ├── item(get)_text_(len_5_binary_compare_unicode)_win_vba7_x32.png │ ├── item(get)_text_(len_5_binary_compare_unicode)_win_vba7_x64.png │ ├── item(get)_text_(len_5_text_compare_unicode)_mac_vba7_x64.png │ ├── item(get)_text_(len_5_text_compare_unicode)_win_vba6_x32.png │ ├── item(get)_text_(len_5_text_compare_unicode)_win_vba7_x32.png │ ├── item(get)_text_(len_5_text_compare_unicode)_win_vba7_x64.png │ ├── item(get)_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png │ ├── item(get)_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png │ ├── item(get)_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png │ ├── item(get)_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png │ ├── item(get)_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png │ ├── item(get)_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png │ ├── item(get)_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png │ ├── item(get)_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png │ ├── item(let)_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png │ ├── item(let)_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png │ ├── item(let)_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png │ ├── item(let)_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png │ ├── item(let)_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png │ ├── item(let)_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png │ ├── item(let)_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png │ ├── item(let)_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png │ ├── item(let)_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png │ ├── item(let)_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png │ ├── item(let)_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png │ ├── item(let)_text_(len_5_binary_compare_unicode)_win_vba6_x32.png │ ├── item(let)_text_(len_5_binary_compare_unicode)_win_vba7_x32.png │ ├── item(let)_text_(len_5_binary_compare_unicode)_win_vba7_x64.png │ ├── item(let)_text_(len_5_text_compare_unicode)_mac_vba7_x64.png │ ├── item(let)_text_(len_5_text_compare_unicode)_win_vba6_x32.png │ ├── item(let)_text_(len_5_text_compare_unicode)_win_vba7_x32.png │ ├── item(let)_text_(len_5_text_compare_unicode)_win_vba7_x64.png │ ├── item(let)_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png │ ├── item(let)_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png │ ├── item(let)_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png │ ├── item(let)_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png │ ├── item(let)_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png │ ├── item(let)_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png │ ├── item(let)_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png │ ├── item(let)_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png │ ├── key(let)_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png │ ├── key(let)_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png │ ├── key(let)_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png │ ├── key(let)_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png │ ├── key(let)_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png │ ├── key(let)_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png │ ├── key(let)_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png │ ├── key(let)_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png │ ├── key(let)_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png │ ├── key(let)_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png │ ├── key(let)_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png │ ├── key(let)_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png │ ├── key(let)_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png │ ├── key(let)_text_(len_5_binary_compare_unicode)_win_vba6_x32.png │ ├── key(let)_text_(len_5_binary_compare_unicode)_win_vba7_x32.png │ ├── key(let)_text_(len_5_binary_compare_unicode)_win_vba7_x64.png │ ├── key(let)_text_(len_5_text_compare_unicode)_mac_vba7_x64.png │ ├── key(let)_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png │ ├── key(let)_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png │ ├── key(let)_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png │ ├── key(let)_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png │ ├── key(let)_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png │ ├── key(let)_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png │ ├── key(let)_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png │ ├── key(let)_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png │ ├── remove_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png │ ├── remove_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png │ ├── remove_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png │ ├── remove_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png │ ├── remove_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png │ ├── remove_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png │ ├── remove_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png │ ├── remove_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png │ ├── remove_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png │ ├── remove_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png │ ├── remove_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png │ ├── remove_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png │ ├── remove_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png │ ├── remove_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png │ ├── remove_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png │ ├── remove_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png │ ├── remove_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png │ ├── remove_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png │ ├── exists(false)_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png │ ├── exists(false)_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png │ ├── exists(false)_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png │ ├── exists(false)_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png │ ├── exists(false)_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png │ ├── exists(false)_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png │ ├── exists(false)_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png │ ├── exists(false)_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png │ ├── exists(false)_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png │ ├── exists(false)_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png │ ├── exists(false)_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png │ ├── exists(false)_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png │ ├── exists(false)_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png │ ├── exists(false)_text_(len_5_binary_compare_unicode)_win_vba6_x32.png │ ├── exists(false)_text_(len_5_binary_compare_unicode)_win_vba7_x32.png │ ├── exists(false)_text_(len_5_binary_compare_unicode)_win_vba7_x64.png │ ├── exists(false)_text_(len_5_text_compare_unicode)_mac_vba7_x64.png │ ├── exists(false)_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png │ ├── exists(false)_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png │ ├── exists(false)_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png │ ├── exists(false)_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png │ ├── exists(false)_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png │ ├── exists(false)_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png │ ├── exists(false)_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png │ ├── exists(false)_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png │ ├── exists(true)_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png │ ├── exists(true)_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png │ ├── exists(true)_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png │ ├── exists(true)_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png │ ├── exists(true)_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png │ ├── exists(true)_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png │ ├── exists(true)_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png │ ├── exists(true)_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png │ ├── exists(true)_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png │ ├── exists(true)_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png │ ├── exists(true)_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png │ ├── exists(true)_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png │ ├── exists(true)_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png │ ├── exists(true)_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png │ ├── exists(true)_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png │ ├── exists(true)_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png │ ├── exists(true)_text_(len_5_binary_compare_unicode)_win_vba6_x32.png │ ├── exists(true)_text_(len_5_binary_compare_unicode)_win_vba7_x32.png │ ├── exists(true)_text_(len_5_binary_compare_unicode)_win_vba7_x64.png │ ├── exists(true)_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png │ ├── exists(true)_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png │ ├── exists(true)_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png │ ├── exists(true)_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png │ ├── exists(true)_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png │ ├── forEach_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png │ ├── item(get)_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png │ ├── item(get)_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png │ ├── item(get)_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png │ ├── item(get)_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png │ ├── item(get)_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png │ ├── item(get)_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png │ ├── item(let)_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png │ ├── item(let)_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png │ ├── item(let)_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png │ ├── item(let)_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png │ ├── item(let)_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png │ ├── item(let)_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png │ ├── key(let)_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png │ ├── key(let)_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png │ ├── key(let)_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png │ ├── key(let)_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png │ ├── exists(false)_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png │ ├── exists(false)_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png │ ├── exists(false)_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png │ ├── exists(false)_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png │ └── exists(true)_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png ├── .gitattributes ├── LICENSE └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: cristianbuse 2 | -------------------------------------------------------------------------------- /benchmarking/Benchmarking.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianbuse/VBA-FastDictionary/HEAD/benchmarking/Benchmarking.xlsm -------------------------------------------------------------------------------- /benchmarking/src/third_party_code/LibStringTools.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianbuse/VBA-FastDictionary/HEAD/benchmarking/src/third_party_code/LibStringTools.bas -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.bas -text linguist-language=VBA 2 | *.frm -text linguist-language=VBA 3 | *.cls -text linguist-language=VBA 4 | 5 | *.png filter=lfs diff=lfs merge=lfs -text 6 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_object_(class1)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:41a84f7ecb25637d45d1bfc7bc88ca0cf1f205a4796a492522b6173cd3b49591 3 | size 375538 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_object_(class1)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:62793735575209f4166d089f9a87a0c2848837a51457970c2752febf7f055701 3 | size 99466 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_object_(class1)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c89c1ce0ef65b59667f62b8a3afdc1b78a69fb65f41bdf769cce88bde067481b 3 | size 73370 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_object_(class1)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a5af97ea5782bbd9019b358f8eb95271ec431b14d8426b34b9e3e18c028213d0 3 | size 104462 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_object_(class1)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ab0b4f64267b5051cad181bf1083a76535a7f577ec46c0768715a0f860c0190f 3 | size 81676 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_object_(class1)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a89f1770cff10e60770ff1c0b67afd4bf228445c5e9ea0b9246fdb58a619bd08 3 | size 62491 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_object_(class1)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c5ecf9b2a71b55fd841496fd4b2f5f828884ad3ca553b096088eefe805380286 3 | size 85267 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_mixed_(binary_compare)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1aabaa7d249c60b0653073b4e1def0b40ceeca86a6e2e2ef49f848428b25a0b8 3 | size 372493 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_mixed_(binary_compare)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c40af794e639f049c470be3f4a5961744c836063c8942de070e3595e8ea942d9 3 | size 97897 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_mixed_(binary_compare)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b29e9bc9915a92c5e82319d80c0023afaa457015b6321b3295839a0e757f744f 3 | size 71954 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_mixed_(binary_compare)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1d87be1e3514299841dfa67ffcc1fd7743d6c47bc071139f3026d5e4ecb2ffa9 3 | size 100955 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(long_large)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:53721f4ecfbc493738ce3a87e439e422413095d5fdc5ba89e2e8b3cffb688433 3 | size 370278 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(long_large)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3cf253ad4ab8a7ca351b6d61791332882bae17b5e15910d60cd86ba76d14873e 3 | size 95317 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(long_large)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:596b1f54ecc35a651ab582217072797e8f7162ed5de2e2822e8268b2d8148af4 3 | size 110418 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(long_large)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5d0f056beaba5a2c5ba784b6339daca84b2d4e91a6307c6674160c6dcd294ce7 3 | size 97370 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(long_small)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8d9d46d4dc01b64cf863d137143ddd7b6a61880e281394d668fdfe3bd1fe7bbc 3 | size 369471 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(long_small)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a47165949871f456bee3a2575e796dfc9e62747532cc705b355f5ba8bc90b773 3 | size 97035 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(long_small)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e817024b8228d3c8083c28ea5ed4f0e1d4e2cbbb769d62e13741cb78ea41bdbe 3 | size 113078 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(long_small)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c84b42fbd996cd4be4ea6c9cd852b6586d1dcae89710d1c2c27d1259f4a93df5 3 | size 100107 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_object_(collection)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f3df86469820c003f5309971e1e568a884db9858516664c0f0e6832c074d56c3 3 | size 376106 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_object_(collection)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4e76f860395eaca5fddb79049c28b49f4250e03798e9bbb952fd967e2d31609a 3 | size 99127 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_object_(collection)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:095e0ef2dcfd0a970778cd16fb78c4b1a6f3e965fcdfe64e2319c693b0a903ed 3 | size 73287 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_object_(collection)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:896378192ceec2cab8d2bb7bbb7bef435961081f28d8176c12ed06d808702d69 3 | size 103540 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(long_large)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:643ce5720bb34712e8e8f014b38a2514b679f689853b86530cd5810dd0269a01 3 | size 86980 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(long_large)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c8c4f239aff3063f7ecee48511ee3727df1d31a40c5c3a1490b488311a4573d9 3 | size 84953 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(long_large)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1e0581ee1efa0c523c80dfe2a547efdc29ad3474d9816db7ec5602811b62d633 3 | size 90194 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(long_small)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:24d36d292b2a1a84c5134f20851faa2a98c02b1bb55334fdd10edd13a8c782dd 3 | size 88590 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(long_small)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f737f220cf923050361cb39df328b2d98d04da4a601b99d2241b8e463b229902 3 | size 85070 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(long_small)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:21191cfb43a9588c8033065709a87a87ce7d8946ccb78c4ff7f4ace06d5a3490 3 | size 91506 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_object_(class1)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9f1899744260d52ef6dacd93648e273429867e66642bc7fb6409e4ee51b8a8c4 3 | size 237329 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_object_(class1)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b4c7d77093efd1b7773b4736a638dc53afc52a2c78f5217043fee84938dc68f1 3 | size 88702 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_object_(class1)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:390def3d6f5f426e4b289ff6e7dea213b42754fbcb8390c794f7d10f578f8179 3 | size 57013 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_object_(class1)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:990de8ffb8e0c1ad41859328c651883601489492e146f4620cadb4bfb2865178 3 | size 91010 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_object_(collection)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:99f8617b0d87fa68fec67a2454b96ca7dfc9322244a83359456611c85811f562 3 | size 89434 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_object_(collection)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2fcc929549037e9554b044bc3b7fe5f8552c167575b4c035c07bfd8a8d9d5bdf 3 | size 57114 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_object_(collection)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8c567c428e85b155b336e537898237c33403f5641b0d8ad0d5cd2d049672938d 3 | size 91444 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_object_(class1)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:850e4ba4e28218318b3189512f1c375d10c7da603becb1dda965ec6320cb6fce 3 | size 312105 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_object_(class1)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cfc4d446b0c0e4c72d09f045fbaa236a41bdc3b2a40dfa0b1f31869960cf39c1 3 | size 82863 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_object_(class1)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:170cd9c98adfc4b93650e9bf6969e9234121e52275a78f27cab104cf4e707ae4 3 | size 62063 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_object_(class1)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a91d5d4d0fad1a47fefff071d1a774de713034775313a922270f8b88cb7a1c34 3 | size 86183 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_object_(class1)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ecfe2a1dfaac9cdf5bb5d5b4be5db874af9581b209de5e7a78dd52b228ca4778 3 | size 312318 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_object_(class1)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9602d508190982b938dc5b4152342703c46db72ea8e3f864256eb62a0de40831 3 | size 84575 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_object_(class1)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:03a62b9867c927de1c1211add991566db7c0c0779d5fd565a3774c33fa397e07 3 | size 64629 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_object_(class1)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6d00ef040bdbbd15812008c560755c0d30ab7d409f6632969deb611b043de0bf 3 | size 87492 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_object_(class1)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b67956ba270e0f5603c42ca0a0fa84837949fdb0f62c47d473a2b73003a5b29b 3 | size 256122 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_object_(class1)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e1641a543041cfca5673a78967a6da31fd553d467bbd45c64196556be2191110 3 | size 93546 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_object_(class1)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:240d83961838301ec4b2e67de68fc47a052d74c19964592312444d8704c0d4e1 3 | size 60236 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_object_(class1)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:13956e062df021e83917e3a0b38bd265dbc0e29750a8060af7f0a5ab7b4e4bee 3 | size 95687 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(long_large)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4561e57b7be49865b07dd7f3b85fa6f6ca9609781f0963b76cafe9a5c7ff0f10 3 | size 322445 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(long_large)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5e3f377ffb7bacf0ef9275f518c7186bd378361c1891a08761f8220ca232e40d 3 | size 81091 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(long_large)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e65bba008914275b7d7764dea116843183e7efb2c80d0bad9ca2ae5162f2304b 3 | size 96219 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(long_large)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8f4426c7ae58753ef47a662da5544ac8d39db8d955f2f8b7880ddb75ee461207 3 | size 81430 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(long_small)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b6902fc99d53e450c6be54eda1258f7a3f8b32d36105bb5af1b47ead4be75248 3 | size 314366 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(long_small)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:36e79a3727acb48ac07c8aede3dde15a9a72f96514625a0b055b51e690fddf79 3 | size 82989 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(long_small)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:43c1e689558a491976187dc81c9dd187df1dc8aa91eb294047ae664d240e5bfc 3 | size 99541 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(long_small)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:de28033914ef513729e9219c618d76db08e574d59a4b6cc94eb7e05e6ca28ff1 3 | size 82037 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_object_(class1)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:918af62ce0c32158119fb33644dd94d96ed299e89a635d2637a403acddb4c73e 3 | size 313181 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_object_(collection)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6b780a60e7bf51d05a2f28905d46652e61d6b9770ab40f6972bbdf7dc796c0f9 3 | size 311704 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_object_(collection)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:529faeb80b083b43f1e45e7b708c56a6e88a996dda0e65b1da6ee63bcb6c4fa7 3 | size 81581 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_object_(collection)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a6414bdbf80bb7278b63b039c0edd8753330237d1a788eba19c27b398a9996ff 3 | size 62140 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_object_(collection)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e634f048997de8275a647b509c3db027b8a2052844aab3f0a1bf10ee608a248b 3 | size 85383 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_fractional)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:eda9fa081b506dc5ec53e56e0910baa03431bf5bcd606cdbd5c9e8f21f063620 3 | size 370294 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_fractional)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b42fae08061d02312d0852b78ebe6b6b5b6441dac620ceafb9e5459d9273a193 3 | size 97212 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_fractional)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:20492c1d472c731d89447dd4e70aa76fd415fc70708d2d77e1cd9ff4f790c570 3 | size 70739 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_fractional)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:dd4a2259ddbd7ffc41d1c6e282a57e815ca6fea37fbdba4725042e215baf878d 3 | size 100390 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_large_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b5dbb23406dbfd56261651d790c9f940f350957940639997b14db6d5a7a81386 3 | size 367950 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_large_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7884e934c9f686a65024bb3724e3e248f1a42073fbf47c15897b9d9177114d60 3 | size 97386 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_large_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:22bf9e684d90b077341150e6ac3200e95f95b1812aafd779a5bed353ab76002b 3 | size 70984 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_large_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c8f84602508df6fdb3e4ac8fb538b7c65afd36315629afa65fcf03aaed5d758a 3 | size 99259 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_small_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:54952499a41286e3efacc273437c3c5f7574c0d554d3cc5be1bd04d066720ca3 3 | size 370408 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_small_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:88c7a2e7bae9b313159e62856a338c492a0791e9a045cf4f8f7a80e52511ccd7 3 | size 98295 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_small_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f818f41136e6041e99aae2320d7936688903c729d92046117b02d46d8394664b 3 | size 114005 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_number_(double_small_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b190d3f3ec953e787d632225e4eb9419a1717095093875733d2594550b1b56aa 3 | size 101022 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_object_(class1)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6f2240e0487da0f0423ddb7ae8ad0717948cefaaaacf5b8b763a58fa1e69d872 3 | size 319256 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_object_(class1)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6537ad840247a28a771981d9d89ead9429669e5a7d64dd4cc6c898457267ccbf 3 | size 82407 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_object_(class1)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6840813d151ae8422d38c1b4ddd1b22c4ea0f8a9ce9930ac24a0a036d9bae00d 3 | size 62742 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_object_(class1)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:73e099d4d4bc541b400b1a266f7fa7fcbb701aacaca712c71339c6c5055f42c9 3 | size 87590 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(long_large)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:19e33f5e9e2d2acb396a375f05f8807c72f8985c8fe5db27bf72bd91ba1d5b8d 3 | size 81316 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(long_large)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8a7a39286cd276de72ec5b5c8de7fcc8743ecf14d38a1a0ab6bf93f6fcf085b0 3 | size 96118 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(long_large)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f10414ba382660817a77d4f762f43858f05cc49365ba0870578a2bc0b30926a9 3 | size 79358 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(long_small)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4151ad584db81cd8dffba83bf2c3b6be50e4a7e993d8bcc44572d9df00456af3 3 | size 83821 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(long_small)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d3df17715a52a36e62ba3b59d83344730cd3566c8862256c5a443c9167c7b574 3 | size 99845 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(long_small)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2db726b210bf7ecc7d60dd7fcfb4321102d7c788b8fdd97b389b4937699dfbeb 3 | size 83972 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_object_(class1)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:769c0b5037281bf80a656ba3ce63423935fcbd926adcc414f5874485ac1e9a18 3 | size 317486 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_object_(class1)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ebb05b6fa11645fcff26fad55f52761871d8c6870f0955f51104843cc6b46795 3 | size 82801 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_object_(class1)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d74762e1d6ec9862deb27334e96868b4e44bdfe1cec66da526eddeb6d38b4ba2 3 | size 62831 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_object_(class1)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9d7f2466d8f3da0ec2e614039eb66e4afa170c68ea3f08239caecb29bed8f485 3 | size 86774 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_object_(collection)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bf54ac998f4df7cdcdc8149026fb3fa0207457750f19443b0eaf0294414e2d01 3 | size 83050 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_object_(collection)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:359b068f924f1e531d905dd6adcd51db30857ed0d0d59179bc2568855c2e9958 3 | size 62962 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_object_(collection)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d1ece9d1c6933f0da3b66f05cae762ed67ff8e5606f67cf5b5b2687ff3420de2 3 | size 86102 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_mixed_(binary_compare)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c2ec5675c8ae1a68e81f2eb118384d3fde6f170a500bf6019eabeb9597aaf09e 3 | size 236954 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_mixed_(binary_compare)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6b302ff7a56996f3570285211981ef19d35b0fe34970008f34f216e29095cc03 3 | size 88127 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_mixed_(binary_compare)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1293989c750a6ffe2257efde2b279de3c914129d514c8dbbb6e4588dd959ba06 3 | size 57045 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_mixed_(binary_compare)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:17c3fa3fa6b960ffff4a0630a77e50fc2a80f4b2e65e26badb077fb0489c5f12 3 | size 90701 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(long_large)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cba6b795d682e265e21070bb34e9c28c7bd76c497bfcb9b620f51b3673000e7c 3 | size 238333 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(long_small)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1e89facd0d69c1f3786bb135f08d395807eb7fa89cf96f82e06b89de2882e50c 3 | size 237810 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_object_(collection)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:53c0282676d17884684b786e5a806cf6617caf92275b1c1331d1b30c79b75282 3 | size 239015 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_mixed_(binary_compare)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1b4c0df04254163e5bb8f59d8cda5104eb24e25387135e9c87788bad41212b19 3 | size 81349 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_mixed_(binary_compare)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:369ec4650ba61f6dc5969f232e7b0235a9bb2874687bfc1457af89ce0b73450f 3 | size 60686 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_mixed_(binary_compare)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:25facef71f19ce6172c51b32f8fbff390ff1eb6fd10fcf050816cf32856e78d5 3 | size 83127 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(long_large)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1c6442b30b97cfcccbe2724f12e92c1bdc47c61a85ae224ba37dc73228f06645 3 | size 316130 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(long_large)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ae5c0a4651b8ebf73bd6b509f10a6a49d738ac11622f9d8214a837b8f63516a3 3 | size 80651 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(long_large)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5508856709c1fba64f0934c397746d029d01582d7104b6c7d9d93a8e2738c891 3 | size 94058 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(long_large)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2bafe068fa98975543eb994451f8e8d632404915de61766f51e9a4d2ada1a2bc 3 | size 81488 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(long_small)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f22266cf75b18fd46e823b8d2cf4c0e569ca239b756ba40af6ccbc8ab248d053 3 | size 310265 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(long_small)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:997863c4309dcdbfee4d2c4d847185a5c7e048151c96d105a6e7cbd9d9d6ce71 3 | size 84234 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(long_small)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d775ee3a5c11b3ba5e0deae8be98c66ca737797dcfb47b6599cb6a59d1ee8c1e 3 | size 99692 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(long_small)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:aca4bebf3ff107f9fd361f342c53a0373ded94a3a0dfc92da15f0d29a2b8c78e 3 | size 84397 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_object_(collection)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a0f08a1acd9ef82b45ed39c3486654325934d10d7c6b3df35b63ff7268ba5374 3 | size 312692 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_object_(collection)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2c0699f3c06e9257d83cfccd8c1eb801a5a3bd5bc2b77610cb66858190108cc4 3 | size 83092 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_object_(collection)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:55f481a803c861190f7d0add4b62d0e5d1725ac28b6d35b7c28d2bbf71c6e104 3 | size 62656 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_object_(collection)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:becabc48ff17540296a569c74b0bd2363aeb797ce338af65ff401f40635122ef 3 | size 83718 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_mixed_(binary_compare)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3af4c2658a6953d8b71dd97ab4cfd0677f46636efb6fa587bcedd9a74fcb3fe9 3 | size 83005 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_mixed_(binary_compare)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6657ba9a2b0d07b96a3fee9f8512452fcd0de4955cb06425b8c85e614be72a9d 3 | size 63174 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_mixed_(binary_compare)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:64185e196dc834ef6efadde7dbe3c001d025658207de4b8e368389075b2fa81d 3 | size 84839 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(long_large)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7424030b55c7989a159fbf04f1b21efba697fe118f7b10425c73abd60ad96c40 3 | size 317458 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(long_large)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7ebe7d0908fcf76cbbf18b13552174374ab9aaf364a75128a97fb12ce456cfe5 3 | size 83586 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(long_large)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:705ff040c820eb6ce64c696dbb40107342b99078b7e67585d519f1be05f7e2fe 3 | size 97332 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(long_large)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:66fbbb3d2ba372f0cdbe147e976fffd93e755e264b89662a70c5a21257648dba 3 | size 82739 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(long_small)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:56be45e9f1da66b85cc56ffacdf017827ad764bfbcd9423f3be68fae6eab3e91 3 | size 312684 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(long_small)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:db6c43ffec073509696bc40af9f35622994444312b277b4617ccef87bf8aaf79 3 | size 86203 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(long_small)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9dbbe70fa68122db4510b15720fc7ecec8933357c2b7dbe733293c98779a27fd 3 | size 102585 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(long_small)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:47de6b7d70ab6556d2ec620e2380af9dc239d08122d305386ff7f8a0141f8342 3 | size 87236 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_object_(collection)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b8b90424415c0a101a771b96205c7672db68e936fd8b18da5ab754f19d2c1030 3 | size 313868 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_object_(collection)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8281bd3e84f70671d0b02f5107c90c89c5b9ef0480f4886901b379d665b360cb 3 | size 84997 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_object_(collection)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3b923bfc2fcd1e29cc11bff1404cb7f74b29e78056502b1a3c0d62d1644a2534 3 | size 64635 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_object_(collection)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:becabc48ff17540296a569c74b0bd2363aeb797ce338af65ff401f40635122ef 3 | size 83718 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_mixed_(binary_compare)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f4aac278346dea3d5f75aa2352bf8bfb919184de1c9c7a1f34007bbfa00b5f4f 3 | size 256411 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_mixed_(binary_compare)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:abdc918199847fc6240332861ac6776329c94ee12b854d722e1627595f69bb49 3 | size 92475 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_mixed_(binary_compare)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:62baac4a6578f5a756dbf965a2e5d64bf6bb78a19dd39d8420fb3048bd7b32ac 3 | size 59430 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_mixed_(binary_compare)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:992669c1c4245a7c75260b7875a97cb9c47f5776e8f6701b6da2c53490716e63 3 | size 93346 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(long_large)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ee7cf71c210776e8ca1441736b7fbdaaafb64cb6f1aee740911e112360cdd53d 3 | size 259082 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(long_large)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6c79d80df86f5a69eac3aa0e8ff807a92dcc299b079af85b2c1392129a9ae139 3 | size 92146 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(long_large)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2eb4567ad32cbdb14e0959b8b517380ff852b5686b2c6967bf369525d3ae0d22 3 | size 87840 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(long_large)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e7044d9e64d42a98e679fdc6e5a18567d1d3303665f71e478344464c168aed8e 3 | size 93602 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(long_small)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:608913506c8db9558a940bb5704cebcd58e2cb63c45627035ff816b86cb85609 3 | size 259711 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(long_small)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c2ccf092e9bd2b3d717b1cd954938d78325f3dc9d8902758854f62ff758a85d9 3 | size 94864 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(long_small)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b7415f874484fe2bcb474e692a368394fd7ea62d21de610d8ccae76bc95a4a0a 3 | size 90450 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(long_small)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e0d6a3211d2bdb7151911f5f756b458717b39a908e66ccfb61c493dc53b50365 3 | size 94260 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_object_(collection)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:386126bb63232c509c91639fd6e42c1426d79e95dee64ac8354e836f3d9aae17 3 | size 255836 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_object_(collection)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:49258acfe51eee234fb952dca7d3465f7837877f3a77668500ec8cf4c4667476 3 | size 94062 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_object_(collection)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:da441f65891871b5f99513fd4db4653c1befca0e114f65cffe8690f76c3f9174 3 | size 60260 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_object_(collection)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5418b7dedf458339d0dc43c33bc7a50b280c5c624fcf6ea4c2a42373a1f134c0 3 | size 95334 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_mixed_(binary_compare)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0ed94ebc95de6fe9c68b3fd396ee665cfab8fd49961694ff78ce9a65c36ae0d1 3 | size 316604 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_mixed_(binary_compare)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e0715b997592987225025c908af32bc060221fbd3758a7d35e26bc5acb27e816 3 | size 82523 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_mixed_(binary_compare)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1a6a1e8dfedff210a46e4e256c4b3f6706ef0aaa80be47c38c190d5f4502ee2f 3 | size 61807 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_mixed_(binary_compare)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e8c64958fea6c2caa9a95f208352b37d9031bcfdc6a75fe248d50c055725c2d0 3 | size 82620 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_5_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:44216699cdc61df11810e50008764c228e54afbf39ca0d1c287edfc6e961c017 3 | size 97961 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_5_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5158e9e6b4436cdd2c3692a809a46e44de38a7fd554b362abd54be9a9c6a4035 3 | size 71502 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_mixed_(binary_compare)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cf7cff410a75a8bd2fd9c59984d6ae058c292788a291ab2a5276e5d7aa45bc15 3 | size 319589 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_mixed_(binary_compare)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1b48cb39c34e905a02b6aae4e2d59f38266c40be00b1ce0bebd9afcdd799d645 3 | size 81032 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_mixed_(binary_compare)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5599de724750e0a105307293fb294248ada13b6597e55dc0fc23bdbec768f107 3 | size 61436 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_mixed_(binary_compare)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:78bedce0160db22c60d22aeaf2191e0950cd257e1dd06b334b76692111e7e7cf 3 | size 83708 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(long_large)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:32f15cf0a15e55cd82299cf1f4c32b64bafea6fff5b05e36603a09bac187ce26 3 | size 319817 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(long_large)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7bd8cdf0169325455be7c58896f982fe065c4f145396f8dd1b0ff0df858bcddd 3 | size 80158 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(long_large)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8df791e79c4b6a9ed6564e6e4dd175879bb66299c22b60323eb8dc1cebe2f8b1 3 | size 93153 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(long_large)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2bafe068fa98975543eb994451f8e8d632404915de61766f51e9a4d2ada1a2bc 3 | size 81488 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(long_small)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fd6eaef06816de4edc1d6baf3dff0e29fe5075b4531f7c3c41823b095db6df1f 3 | size 314426 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(long_small)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ae912a0472f6c63ed1a0a1ff5631ff88243b6b2a65a3ac110fb0d49ef01e86a5 3 | size 82949 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(long_small)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4353f38f86125a724d3b8dff0d91a907f07f308f5dafcb3cef2e406c83f23391 3 | size 99633 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(long_small)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a43ab9c621a4d9b0c90d890ddd121728449d9c3b335756e9d0564e44f4ae9ac9 3 | size 85349 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_object_(collection)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:79b6e7a75ce262ca9ced289b44bf8a82d43dbc944a21dbde44d97391824e81a7 3 | size 318812 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_object_(collection)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9901974459b3c019a7228de7b34cff62f32fd57d1898c75e5acb90fbb906e441 3 | size 82476 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_object_(collection)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:129f7182648f56f5b04e4a6fd704e03f31d49773bc73d20a933fb3cd47e550c7 3 | size 62921 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_object_(collection)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:aa80feb64146aad7bc66d27155e8ed835fd81cf92973195c6a9f385fcaf6b58e 3 | size 85843 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_mixed_(binary_compare)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7da2465d89b5b4242367e793b1074da9ba50f4e67ce981f23c4dd5f1edcad856 3 | size 318881 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_mixed_(binary_compare)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7759cc04d15a5af865562e86b369f734e0fde7a0798a6605096c5821360bd97d 3 | size 81650 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_mixed_(binary_compare)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1192d5062def95f3fcd0cc5c4a01446b5c0ab809d20e1f67337f25f0b1bb1295 3 | size 61980 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_mixed_(binary_compare)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9204813e07bec4091ed75ccac6ebd3fa6410c174559e1745076563c1acfce263 3 | size 82958 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(long_large)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0d869a087ba6a537422037e1db45e66c628721b2a52db9264db02b83f36e8bd8 3 | size 322785 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(long_small)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:58f06f6909f637babe19cda3168115b419805982a0d0bfd0ca2761f6e13f9568 3 | size 312131 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_object_(collection)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e4893237f1500d389c64a19f79a65c7255b2c5265da995b792d4978fc5aad3b3 3 | size 314866 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_fractional)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9f3899eca08134ab9a1484d4e135f3be61cbdcc9241468c2f00180f38aa5b86e 3 | size 238151 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_fractional)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f1c043637feb29d7acbda492e821eb8a3243319c58584983dd3cacd93fedb208 3 | size 86943 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_fractional)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5ea483a547e895b8db008cd130482f2263bf02edf37eb10e896ddebfcdb46274 3 | size 56825 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_fractional)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:02b1a60ad934643ad2765d47b731acd9a4e8ff17a15d2e8ec164834c0a4405ae 3 | size 89461 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_large_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:21c9fdbe74de4c7f4f051954e4851e7bde1b0a389e1dbb2023810b13472c87a8 3 | size 238638 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_large_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:056f7be477e56697eb2a503ee93dd4ba81f03210f045f99e97451b449b215e7c 3 | size 87078 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_large_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:06848d5b360bfe6389fbe8df1ab960217ead5fa6ca3ac39d1953dd932536b477 3 | size 56750 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_large_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5986d21308dbd3c6c4d303e0466169fa22c37805105f3de1e5079fa66fa1b8ab 3 | size 90184 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_small_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f4629e5d7be52dc3f13a9039dd38a563cbf27120bab71868e309661f0b95ee75 3 | size 238459 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_small_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:972bef93415481124cfc409d565a5d656244685fbe96596185f85e6cb8aa547b 3 | size 88975 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_small_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:30c46e410cb92f266ad138e7d9f251326e2fbe04d3f18f56be73aa0c6040891a 3 | size 85155 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_number_(double_small_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:33d5e3cc834c284daf3b3873969109638db82fa26ecc255dc6d6d6247d7cd308 3 | size 91099 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_mixed_(binary_compare)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2ec0486d75b1d5ab5d80b24e472478aceb60d25d828929d21ce378e6085e7819 3 | size 314647 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_fractional)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8e98fcef7a230709e2eebbec21f13adafc6d1140ceadc995a0eb9e029acbad41 3 | size 317148 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_fractional)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:178b28ee7b2246c096e18912b3b3915a3d0a96854502552c9badea4715c2d3e3 3 | size 81188 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_fractional)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6f366de2a480e24179e157a8f723bdd6013366826c1390c27cac85f85742b0a1 3 | size 60513 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_fractional)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0ebe867733d2583e5953f92b6e3113b08cf290957a5fb4f47a6d5bd162de1778 3 | size 83894 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_large_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:63dba86720896ba42df9ac37957c8b7632a630d624b04e13d1dd05ad8f8750c4 3 | size 319443 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_large_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:89a1bb7f900c0844fa3ed5ca527a82108770fbd113c8142ec9d1e785225ec168 3 | size 82090 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_large_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b58151512656225554f691f80da884ea69f85caddebb86bd752b7b231fac473f 3 | size 61763 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_large_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ba9d79f3c4a3daee88dd8951d94e76341ed10619500427f0435cad91b8c0f0da 3 | size 82234 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_small_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d7739c97178336f4ed61e5c9901b63efe1c20f0e74cf2821d161442a99b52f29 3 | size 316247 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_small_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2a3671eaaaeff77632b4a303fb9033acd0298a3486a9c33da00a38a81d474c76 3 | size 84364 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_small_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:89cdb1c6ae38f8b7b53ea237323a701c2f5997575046c61b5250b31d2959316f 3 | size 99664 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_number_(double_small_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c67184ca87f419c70f17e0138b0b50b02e8314ae12f3c9a5128bd681bb220a17 3 | size 84259 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_mixed_(binary_compare)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b196b2770d9ddad4132c6e37900f831113626a56190c293f490a02995559ebd3 3 | size 309765 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_fractional)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:32468b32010d8b1a03aa4ae5f62cdf3ce51e695e1ed2f554c05d0e31ae64f6a9 3 | size 315703 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_fractional)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d3b79a6fd6aec1d49ce944166e0f23dafee1c2b672e449d887bff2470110ede0 3 | size 81987 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_fractional)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f4da0650fbe9d72198b511dd21372bbc12f2d58cb808150094d78bb5127e5c30 3 | size 63073 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_fractional)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:774df94b7ae2c08a9b7864a9ecefefea130b606c757753d1d969352bd8ea178b 3 | size 83525 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_large_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:51d3755bcf523d6ec23b9079ebf81467ab119e34f5f8949b100fb00c5ec585e7 3 | size 315698 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_large_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:01275b467f1674083324a4672c571a59eb1843d9cae4a1c2a1c938886db19b72 3 | size 83598 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_large_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9179e4bb956df53b14f9cd9b0fe1754fd78bf0dfd804b4899c170ec86eefa517 3 | size 63625 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_large_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3751f9ff529c75ee9b78482254ac2f9821be1d201b1ab628a74ec9d762d81d5e 3 | size 84672 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_small_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:395822d0c6091f61e2316b2985dee9fc41495c44af5cae84efcc74697627aab5 3 | size 318749 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_small_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2088bf14ad55945af62cac062a86943d73958a243f00056889a2041052e10333 3 | size 86015 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_small_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e9d934845a7f622533681f7363c6cead48faf8aa5889bc2966cbb89bbd7ed457 3 | size 103758 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_number_(double_small_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e72f18892fa91c2fb8ede38d827d296f68deb141a15f3986c1dea2329e4d7b21 3 | size 86774 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_fractional)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ac8b4cc74129cc0e0b64814633fd98103dc596d70fefac8c986acaae98078ee8 3 | size 258556 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_fractional)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ef6884dbb2f875862829a1cc2d19bc028637371069ca941944cd11cb383c4a80 3 | size 91150 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_fractional)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c27a8ea2c29f3bb2328a9280f87619a6ccdd9048730b92e084fa51f8311cc88f 3 | size 58626 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_fractional)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d8905b135156d801ffef764509d296d9b8df4b048b0c6372aacfc480518bbab7 3 | size 92503 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_large_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f176826a0fdf20a9f640b8f722940321005154a2564ab04b98f31ffe8e957f80 3 | size 259427 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_large_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:065cfc9e171873edb5aef6b8310c64a8a616507e1e7e7a7adc85fe4219879340 3 | size 91526 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_large_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c3a18dda3a632da3c99e385b1b0b8c9821fbc1a308920188b93e88959cf76d26 3 | size 59376 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_large_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f1cc74de902ddb0275bfe9aed498bae33e75528daec67bfa24d00c25e737e701 3 | size 93234 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_small_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0605ec8b564bbbf7a09ae1cbbd2411f263cf744baef43de9bf85a914640e62bb 3 | size 260211 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_small_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:caacdcd04d835c7acd33fd9a427b195a71a6c5afe9e328325286fcbcaf3aec27 3 | size 94906 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_small_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a9185bc2831c537f2246da8191b64f0298f81517ceb5052d59951ff66ac87164 3 | size 90781 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_number_(double_small_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:650f62423badfe382ee1d702c0b8376f2f480405e159bfc828e1862406e8ce71 3 | size 93856 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_fractional)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c28c52a57b11dc18c79f01463b422b7f5a6cc01b62ebedce1f0c9d15c8fb3c2f 3 | size 322964 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_fractional)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2f83630d6bd85982c9a04c2f9dfaf4821a6187f2784c2efe23ecea545d5b8fe6 3 | size 80353 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_fractional)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:34c5273c1bfe9e597a172e5a18ad0466736b0f588b4710c917d1194e10cc5139 3 | size 61094 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_fractional)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c7110824f8b72ba6516286c6e20a588c7bfc91a44cf1e253aeefc160a7dc014a 3 | size 83799 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_large_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:238e43817f5cd5bf87b01b47a03e29d0c940936ba77fb93fca34a7db7ee11ed1 3 | size 324547 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_large_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cf346a3e6fc2a722410731969e3513b1278f531eac2366fab64b7ec87691b3e4 3 | size 81228 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_large_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cef2eacf310d6df3520ae1924a68ade0b306f0403a69f19dfb3e0bb949c21512 3 | size 62856 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_large_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:85a2cd62d8c2a4bc074cbb61cda339911fbb94c8e374f186ae7aa25f905cbc52 3 | size 83628 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_small_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:45e892609ceb05fc3411a5b3bafa88a188040768af3d8d4649a3b82c48717b13 3 | size 319320 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_small_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0dbdc4e179b96b521f711d64bf64f3e44a29d796e35391673b7f9d04db6e54af 3 | size 83459 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_small_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7dadcdbb6ab4b93560253c756d2c0168c4b09e77b3aa36528829c2cea047a6ed 3 | size 100275 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_number_(double_small_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:668854fda6a4d397c88d7bba02948be9cad690a1759c490b100ccae2e4c137e3 3 | size 82520 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8fb1540a936323c9677ddbadc0c7bcfb909e483e54055e746aa427de5582a3c2 3 | size 372727 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:686e0c788ba9d6e6459ef9fc758db78a918325ed46f90c6f4236e5002303dcfe 3 | size 98334 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b5f1e368f4dda8ee1e530672ba13463b9ccf39249db918b6e2c28bad3536cd32 3 | size 73630 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:34bdd3c31a2c4889011520c7a1cad77e74bafe2e462686529f555299f8def574 3 | size 103898 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4e73f1c3b51e6b601e6d6238c606fea7ede0ca79359b534a40df3826d7d57f9c 3 | size 369708 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b68dc20c3c216d6c1981fd1caa85c236e9c8149de64d0b3f85d39c6d932a515b 3 | size 97724 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:152413a0689f390602cdb7f86ee22e8f35f90e9d37c7fefb858008e4f7f16ad6 3 | size 72624 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8ca55c182348baae9a35b8108032d968b54a0a517067ff871c4f3cdbd6df64e8 3 | size 103902 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e712483279e364b34e242a6a45ed1e923365f782289fab1b1054c9c1ed70a5c4 3 | size 367801 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f53b364580eebd0ffd24ead1ded6fcb6d3cf44fc812c1f4fd3e644f794e3d1c5 3 | size 97902 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:af147ac8dde2e0b4c0aed06e981c28ee452452e108837ce723ce60da8bf7611c 3 | size 71864 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8fe4475d33047e4bb1716bffe7bebfd7b1fd177d8711843551e794f8c719ce9d 3 | size 103800 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:93ff64ff93a18d763f3dbaaf0b0e8d58690e5bbc010d69a41d9382bde8d5162e 3 | size 372086 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_5_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1bb778327b9b6734cecb5aaf0397d45c9000aeca211ca35137d99afa7521b834 3 | size 97499 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_5_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d6ed97c36cedd09dddabc39a747a7042a196afd9214034b4ffb9192f7be75634 3 | size 72762 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_5_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:960ab5dc9f674d9b80773205e6d2ecf5d236d82ae4995f7b97445a7fee261c86 3 | size 101271 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_5_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9f24108467851a354f868e1c0bb91875eea183b948a23f0cbd8e105c0d944b8c 3 | size 369952 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_5_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b03b7d8a29dc6119557ebd3d78a670f76fc698b2c3c9f0c677310561e9f4fd81 3 | size 101693 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ddec40be002f8298cf8048308269973ae48e544f988dc5d77e12366254f42a60 3 | size 367638 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:731e995dea557d285506781d6568a93db44cdf7784c381fcd2a5d64efbb46c7d 3 | size 98894 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:011e1294495554bc1088d50c4968a596ee2e7948cd5b0129a66f361b56c95b0a 3 | size 72239 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5cc3a5b47e1c871d6f0f75b1d8608e62b50088b011f246c368fed84c7ec122f7 3 | size 102250 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d2befaf62f8fc5d2c6a8b159dda4baf29e2a1bcf11b648da0a76c00af085f416 3 | size 369749 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:62e2f603cab31a5676acd76d935ab82343308ac685251b0a99de51b5e29312f7 3 | size 98327 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:589bf1120a93ae5089ba2b163fc5e2b5797ff6d1074bbdbc9691d724ea2e1f77 3 | size 71877 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7f355087a01f29527acbb6c640fefa991d5d2d176cf19081ca905ae19e72797d 3 | size 103121 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_fractional)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bc6d7482a2117a2de951eeab4df30474caca67bfa84c7004f1398625fa1565b9 3 | size 319272 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_fractional)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:82b3ab03a9e79d415d82cb9a049933ce36d6e574f86079beda9051692a106db9 3 | size 78795 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_fractional)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:272c8326e54d95f76678cef6e89977a6e4cd42e82eba25c714e723289a86e071 3 | size 61854 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_fractional)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:916aee3ef3f46242a7873af5ef9a6884458a98929ca7359985d6d8802611c6da 3 | size 82433 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_large_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:69751a21b31509aa3c376294e21075f77e5568fae3b2bcfff72255ac7b93c1c7 3 | size 322184 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_large_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:999086cfa623c470aff31daeadcddc3ba5e9c1c2769237e1272d7adb8cd50ae5 3 | size 80388 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_large_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:31aa04e7af516da3a83836bd540f7f88b10b782ca201fbccefce19f7de3b0783 3 | size 61517 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_large_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:58e571a13221ceeb4e8e47081a9570d80690a6b49e8f056948c2f67428a96433 3 | size 83133 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_small_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:06e55418fdd3d16a4c770e7ef2ee05975ea6e3bb1dd33ced881e09995c6f327d 3 | size 314577 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_small_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a90b4e0fbd6f39469bd1ea2cc54a51b406d24bfdf66d31e0e70e732706c022c1 3 | size 82777 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_small_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0bc13148364a3bcf66c1365e22b203b8b5514aa6c37fd052acc237d3dc35e97b 3 | size 97916 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_number_(double_small_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0da540bdd9b417992ee9a82829da4c0107476cce1da3a952544a306f32b37935 3 | size 85904 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_fractional)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4d8a387a9c49927d6fa26f4360c50e55613492d18ef82f919bce1641cc9f90da 3 | size 320374 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_fractional)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:825382ce346c3eb8317b1836e09087bc23b08ca9b5cf097af470e94143d2047d 3 | size 80972 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_fractional)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cabc82c6f6196bdd9e8815f496ec077b7b02de5bc4faf1e72a4e8e110ba9f242 3 | size 62261 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_fractional)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cfd8177687ccee0a38c39b4b5827c4b127366947aadeaae8c4a5dca9dd9b9b96 3 | size 81632 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_large_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bf147aa83b509d1e2e19ad552a4a56a8d12e8fb6fbc04e7470ac2277819e3dbc 3 | size 320711 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_large_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5953bd29f753795d891fb5e2560bd35b26e17b1743ff7ee10b22ea76dad9181e 3 | size 81517 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_large_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bd4a65ef798838acb469f2ee1c5077b43be72ea98e8dbef1732c8de454a22fea 3 | size 62375 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_large_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fe714c05fa01255d719327d5841b6c2fb22d0a04e15f877d108b99886d84a6b1 3 | size 81771 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_small_ints)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:96691fdbd234cc81ef66eede2263ec80c427f570147f071fcfcb76ef1f45f708 3 | size 313193 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_small_ints)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:87298fde26d39b5b9014ef56f4b44c7873998440991300544ab483ec24be0bbc 3 | size 84362 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_small_ints)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:25203b4f61d33903aec53acab5d50f9f4f05510e79df8ffdb47bf93fa4966f04 3 | size 100061 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_number_(double_small_ints)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fa766980c0ff21fc7ea56be24ed8d515f84784d01e8888c74201ccf05acd3b74 3 | size 83410 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_5_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4479b9cb42fe11ff4f6d41cb072cf191f722db9a7c7245fcb18407077adecd87 3 | size 240541 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_5_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f256f4e11cf6c9b66d1f933c41944c82df75f541bbaed3f4ff21e7aa211949bd 3 | size 88664 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_5_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1a4329641525524ca1f5961df3c17722c4ceef8eabd596ecd8dc9eaae9582086 3 | size 57451 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_5_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1fa9688c651408ef2ef5f051b00e8057ab70c9d3e8304de6e325b085d592fea5 3 | size 91572 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0e9c7d1e02ee3bf9d3660c4df6df93d4b311e62e17e0c2cc4c42bd80c2957f03 3 | size 88896 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7618a0480d9eb1288970fe8539a27e5bf39864a2a98b4d2e2580c6b0f5fc4ef8 3 | size 57334 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b254c261517eef1e580a7f0f0572056d54dde886117ccd4d09e39af88426f879 3 | size 92430 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_5_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f8d6a2805a7b0f83bc5888a529e904389411214b7754f5801a92c6e61ab0d00f 3 | size 94760 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_5_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6269c18f33f67b7752991f0425e4ed58239ddaa5a4300ae82215f6e5ac5a077f 3 | size 60746 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_5_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:62d19f65f2566732f3f9f832c11d63680af05365b961e972c4f20ce0cbf5b7ce 3 | size 95037 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2a70ac47980c86b39344f829e8b93043dd3db11d3a16d5ede35fb8178c3b5fe7 3 | size 81958 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6dce91030d12ddc9415c43992623e5814a9f53f52c8a7fa8c686ec52d77049de 3 | size 62413 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:57a0afc56645fda61f099c9321c9e059a490ee2edce5b6513f80b32f8f24e2ee 3 | size 86598 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_5_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c6a9c18370e8cf02ddfd186a8f1bb42378864874209da269304f68747fbaab71 3 | size 82937 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_5_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f8dbe8a74ecdff38015c31895bb284ecba6ec3c691cc1c1a137ca3ea43b8b3f3 3 | size 63494 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_5_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:abb5fe373ef2940f13376eac1104359112eb27e0c9c68ead1b87bddbc944aac0 3 | size 85670 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_5_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9748c542f087f6b34b918e2c77673e798d56e40b3efe508ff6114515133668f8 3 | size 321117 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_5_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e991b43f854e38e5b71996ac77642a63033b77d00db73f4f87ff930e40df8458 3 | size 82607 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_5_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:18320a6913db11e9561b0f4fb1bc3cf7d81bbd6c97225d69aef9a5c8c7c99ca1 3 | size 63440 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_5_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e523d68d0a36e90ab48100feff4d8de905e5cda74672cd9cb3979da6f3bf6ebf 3 | size 84446 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c10277c007d08597859b967f978b67150646d17e36c76a0c8a2468bcbf3d4f9d 3 | size 318413 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d2b9df28a1b904a2a6be2c22565ac23aff9d2de31f028c97531206571e042e0a 3 | size 83438 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:40445976b8c186ef74a1d76a74ca681db9a7a5254e53d7a2e308d6b4decd8ae3 3 | size 63294 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f50603d3dd423c6a86639e36d0f143c40b94fda437af478c70b75e0f23adc514 3 | size 86466 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:05e579318a1ff4772eb945874fe7033757a1aef28280fe2393239422aaac9222 3 | size 373834 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fd9389f3049740806bb8231958b6057563861c01dea9f2a9f5a5b2a05f24d224 3 | size 99443 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:053ff83f539cc2e6489f19c78b9be001415e34fc51a1698fec131388ca4a8aee 3 | size 73751 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/add_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8f7b1b3659bb43389cdfe70780378fd6916429144648ddf9099dd1b6df457bef 3 | size 104126 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_5_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:da5417473b3b5d2081161c4c8cad3b4e6768ec961e318ffd4574f6b4323055bb 3 | size 83295 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_5_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d4b1c71b4418fa885281fbcd6445da28f668bbe85103926eb34f7bf331387994 3 | size 63548 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_5_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5d4cedd4245bd995f9f67cc61f81ce6ee9d26b55878f1ba12d0e6b55d2817fcd 3 | size 85625 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_5_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:065044c36cbcc7621ff556a7cb0d17d4cb540b33c4c1309e4e757f7adc74e218 3 | size 317979 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_5_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c1225960171b4a1b88490a971ba84900cb12004e1a68e5125de7db04cbfff4cb 3 | size 83595 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_5_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7a246072d5e19c9e425cb976257d1064dc27e998c495737e35fe1f575c4de0f1 3 | size 63761 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_5_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d2f6e1866871c39db5ddab3090f37d908056f10bf67420613f73198aa1cfc3e5 3 | size 84351 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f8d68e58a5bbd20fadec4e1092bf3ca4fe8b629a8bec4b265b8ffa35a507b05b 3 | size 83865 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:087da1d18b544e30cd31e760233d3bb1a59aca123fb6be46d18d8fd39d06ebca 3 | size 63067 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a882579c8e29b237a8c492aba54ad47c1bc07466cc2880b91a17f9883564ec8e 3 | size 85480 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1ea6c80f6c9ab1aa7a82ff91c829b618db5626d301246eee6113a2074448b4af 3 | size 89878 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:516a62580013b2306f01b436c578096d1a41ea06bd536bf046a644ea55138b6b 3 | size 57592 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ddea9c359e0d1900b2744a6fea3521e80e88c34748422cecf041c6c414116557 3 | size 92205 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8a4c3d6aec2736553cb2125aa5ddaad9e9e499704e92baed3fa439def4424371 3 | size 241196 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0c54e95787e49b4c32391827cb5cc3f5148b019cdc8c976b75a881539fa26a8f 3 | size 89815 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c8dd8691c783346632469b1bf5a284df438d39d5fb90ecaeec65017da4577acf 3 | size 57441 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f9831da1ea3d5e708a6d1bf5f37440ee4e9c334f0fc878416eaed7d2d17560fc 3 | size 92134 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:40a1853e31c2d07045bf859c1038a5e8ed7821a6b4ab268f51019bdc0d6b3403 3 | size 242217 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:739fe3aa0637c80540403e351919ea75b473e4d1d7d53e0136e141a24479aae0 3 | size 87966 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:460fa9e982c77b2efdc71a2fe06fc41aa107157acdcabc217040dd0a530784a6 3 | size 56808 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cc295af71cdac3bd77640c22c5ea1f4eeca99c8a8a49376b067900259d5d88cd 3 | size 93033 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e025f24403f86064102f4f0d1c6cf38c202dcbb50ae6804910ff83b0e855ca43 3 | size 242163 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cc7cbd53b81ebedb53b7b862abb77f3d5702f7104c56f4b38cdc1695e0be154f 3 | size 88733 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8c237584b385ef417bfab4e8423bd06555abd3e6e72e88b290f666730c32103c 3 | size 56472 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ea36ac4096986e927c7f0b93d065bd9c793c2625a41093c6dc56b8ec3518d0c9 3 | size 92482 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c79657e9f8a75816dc9d7e607abd2863318af5b38e505c5282eba4824f0e72a8 3 | size 241782 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_5_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d65c897a73bce81b6dc258f6478da936adffd146299dcba91c60e96fab97f050 3 | size 89002 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_5_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:cb44bfa4174186ed78c15c190f46b64ef9d83949e0e07dc1075b4604a0c532b9 3 | size 57461 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_5_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:375156ddeeaf6197743d4adc232312ff88b4047b5a61f7bad34138afdd2a5f7f 3 | size 92502 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:96e4a4f8a081bcf00d52184af3a8c51ed8d83179a365fb1a23568fe9de83e1df 3 | size 241716 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5a9cb4c1bce6eff8102eb6b997a99c5548e19b6ee5a0a8cb6172117b8f1b9efe 3 | size 89099 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1deecf4c4b9e9364d34c16b41df92fcbdfb1a14094b2d0049ce8a84346142904 3 | size 57398 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a1955fa8ea1092018aa171531ee1ac3885e4f5f4eb5b6ccb92df05502afe7c80 3 | size 92123 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:53ec26b97cf5be3945e999a78601b7df4dece3a9faa299e14f5e4256bdb13d6e 3 | size 238965 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bac9e694be51163f1f984f0dfa1718b19fdf4ef19d1f0e717f5e89a597ac3392 3 | size 83332 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:13418891ffda2226c3b8f3fb4f282eef2b9c89a63a794be67db474702c0b0114 3 | size 62652 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:918702dc66c6b105e336ff3a36ab7c79386f4edc077c7aefc5e897f208f8b9d1 3 | size 83102 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d7c8490084766b85a0260480f88746dacf07760651408a555ff6f9e0611730f3 3 | size 82876 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6ef0645c548b1ad070d77520815079bfb2cd44cf11b72e54b55b92f5820e8ba2 3 | size 60844 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b1a6f85700a25a708fbc2262390c513c8147b4dcec1efd4ecbdf15c76b044fa5 3 | size 83662 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0ab203b0773175854c7e626fdb86c80ceccf5ca39020ca5875c9d7f632be0c68 3 | size 313236 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8ebaa524fc11c5e35cf09f187d95d3e876c8f299d7093473940e58a1d1a85657 3 | size 81967 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a485c50639e1a738dab0b7d2d482dfa6174849764aaaeb08d8700dda71c6eae1 3 | size 61348 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3911623b9da6e1cae1633323404ba8bc6acde20935677de9a3054fa82cfa353d 3 | size 85423 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1a1af0e578ae73da6bee099fc653abe748886245a0bf6a992feb528d1b1331ab 3 | size 318351 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_5_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8d9662bb3220a8163e53985d8d8d6430ec563512a217654eb5872ef9f98eea4b 3 | size 82648 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_5_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e848f3e130be1fa9628446b2428c8f3f17d9b27af7671c1558552f671b8f7aeb 3 | size 63177 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_5_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c4f30f28d5294c97b3b6e1fec3b60be51a6bb289a2af96fe315cfaec3e008c61 3 | size 83496 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_5_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7f0efeebd2b6c1b13d655627f69104bde15c0c298f4537b4a48753f9331d0c63 3 | size 316608 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_5_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:efb7718062bed071b1a510597a04c5c71f488300a6c615f2aad28aefd4cd997f 3 | size 83081 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_5_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fa609f66158c675a7e24f5b947a0b4cfaea288ea57e36eb548b7481b6c544627 3 | size 62753 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_5_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ba05e38ef241c69e034ca42dd787ea1ba5c688c0ad88c5563b6a6dbcaaf95622 3 | size 83740 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d4f850b9f34659a5d5997d57c9149d068b4117becc94df0541c453ec358b42aa 3 | size 310952 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a8867eb93f75291e01a426290cc6f53a57c6cee3bfa51f3a793f6b0dc73a24c1 3 | size 83051 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ebc76d8638af89b89ce4b61671d1c48e7e89541a95619028326b50c0fb5d0765 3 | size 62397 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:119b4e933fa38ddb404a19a90bf7f2cb4e2b303c83b68e0df259968448978150 3 | size 83085 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1e249c37b56fbbb30a2fcda9a3c6116ef3b343a96b9d0411d2375ac798eb7e64 3 | size 310561 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7361a6e505004dd9211bdcb5030a74fd9efd14cf54c464d4b9c65814f5b52b7b 3 | size 82287 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:568a2fb3674acc08637b2cac848b16d927427243e87157d01ffb60a2340f5105 3 | size 61736 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3cfeb341134b09f24f9fe13a95ed16ae321f775fc9f453758334380fa4e61c7b 3 | size 83441 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d155948a62dd194455bdddd28bcda3d29b8fac37bb00883433d6339ea97a36f7 3 | size 85791 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4bb056659432bfc47bb251709753b9a511b6884657cc2fdcc8a15d120d98261a 3 | size 64457 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:72ab6a0dc887626c7bc5f54369e71ce0d2d484d70aeabee203344ed8a79466f3 3 | size 87157 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:18f5890e4e58d68a4b7b857a5ef7989336314a360973eb6364858ec9a0b386b2 3 | size 85198 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bf8417ec94d95ccf481f192b8200010760fb3d470d10fc6bc7a4a03a6b856125 3 | size 63017 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:94d62b4062edf4153246f39f4a857e8b3b75d7634193419a8dc51bb408330de8 3 | size 88439 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:94098212ec098de3900a9024f8b4e7bc9f7436ff8394c9a9e166ed756919cd6b 3 | size 319135 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f9bfdfc3499aa0e4b2015f5bc19cdafd5f313489b1f757b8491aecc41139dd61 3 | size 84155 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4de18a98950c677b06e1a8c69759044acfca6a963c1ea42928da1d992ceef657 3 | size 63980 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:20ac1cfbfbd2952325ea48244b482cf2f5c84dc1f3a0fb8e0fe4671c84a2101b 3 | size 87580 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6de3bf69fa664722752d30482be65d8a087eb95cd2d94d4e09821b602a7c86f6 3 | size 319387 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_5_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1992fa0b5b2e607c5e9012ec45d172839b2a61ad107b4f7ce5b890d0ff2323b7 3 | size 85556 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_5_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4a7c1394ad901fd0cbd361b791807c71db982cbbc96413f1a7c84bd0006dd02d 3 | size 65248 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_5_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a9d9c23f00ad9606f9d6f61fa0bf5912136ee011f200dd8fb6b191494214c15c 3 | size 86429 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_5_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:747d1a2bb913cee531bb933ba274a7843e9ea400747b6609c6d31085a21e375b 3 | size 315841 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_5_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9a2d34a4cb2e6ed822a9d6c12f61bbe29f3a8941044ae436152648b4b80af4ac 3 | size 85311 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_5_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:65b03bdd7723d1cda6e3b49270e2f44be2e5b90158a07271c1697b8c94d2ec5d 3 | size 64117 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_5_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:afd40794917eca2cbcef49e4bb17a9848329aa4dc6447d2e8d6bf2a83b15ef80 3 | size 85830 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4acc625e130a2bfcd55c06185a597800f57712b6c1d64218bf93192594d394ab 3 | size 316141 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1ef245de10943c791f36f409b7f34410f41899151470fb258e833908154f3ac5 3 | size 85204 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6930590dab231faf91814dee1e33a00d59b41c2c5ca5de0582f7698ec3981ffd 3 | size 65289 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6dc2d84aacd842ce05212d4c7d3646026a264e8454527d0213b3c61d796d7e97 3 | size 87193 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:172a54bb02019e87ab2204e15a825036af0383e121d84947a196a0f273ef43f9 3 | size 316267 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9df2d2f43671ce2be608ff08d205bcca71950ae431e840a4be9df76d0e04daf7 3 | size 85456 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:abccb2bb0b8cec4f5756863e151f6b5cdb172ce5eeaca910d2dabd8124df07f2 3 | size 64107 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e8d3a3e184b6bc5dc76ecadd0f1d2884d939555fc2d41fbe4362775337c9b6bd 3 | size 87248 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:718d5f82db15e4c8c4aa86ca1782c21a923c51379ca4fd2d1720a0655766c562 3 | size 263685 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fe1c0e242216e8e616c140cbac3fc6b4a11c067b279f6d6acba5a7fdbe40be05 3 | size 94793 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1d00ac11bac57bd27c5538d8b94eac37b177a2cc87a76621e055ae7a2a23e756 3 | size 60742 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c2ea08c246f7f5b6c596ce8b63ce45f227701e1af01dd538561ea3ca81ec3334 3 | size 96331 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3ef112cec8a39b78e15427f7718776e1514c25cffebf178f69128d91a1595a85 3 | size 263455 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:38c0c2295b4f7aadda9f97824a5ec8fd48db14c5d0302d67442018f685e9a338 3 | size 94168 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:63ff37f75a218eb21536c204e6acf042696bbe847afae8f609e61be9a8faa04d 3 | size 60092 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:278b1eb6e4c4a6aedbe98c6249037182ea088a8fe484ef071ff0f2f1b2dedf3d 3 | size 97594 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:56f531bdabafbfec88db9db783537b3f93c1b43aedc1c8d743a5e0fffd2733f5 3 | size 262015 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:114d12bdd60e153b990dcd501f02830c7561939e3d2c89cff689fc4253566517 3 | size 93703 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:595a313e1e21a6cc12eca9b97fd3a29ff710d291d7411312e05d1f4f13da576a 3 | size 60291 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c22f854684368ea75d5a9d99ae9440aa95bc4ea3c54094c0d5e0b0310ab73bf2 3 | size 96361 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6954fe4f7211e61b249357fe17058848f1c6a3fdee5b915bbb816cd79acc77b7 3 | size 261790 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_5_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:40e8ee55d930cdc2b3310027ae9b47ed92fd618a28c0c6bca39fcabfd3106d76 3 | size 94377 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_5_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5b5e87ce5f64e83f62d8ab3305bec2e40bf01c33d3eb9aa5b663cdf49515133c 3 | size 61005 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_5_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5e7c663ae458a558347c42ca2dd90d5a70c707ea184cbc8102f97741be78118b 3 | size 96152 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_5_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fdfc6694aa89a5903daa33d4d90abb1c87fc0a5a660e13b4d99a41af58dbfba8 3 | size 260176 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e1bab0fe82e39b3a667a8d499b44e5a192e8b4f469cc3954f27e7e7ab36bdf8e 3 | size 261459 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:275ec8a4ec54650da06c479757db615ff40b4a13e3240a421e4d2cf3311ddcc9 3 | size 94627 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:1c57678f5363bfec5d4befc25fd2c6176165aa67827c7f3e778b6157b6949af2 3 | size 60621 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7b35df97336c3981c03dbd0c8f425897169ed34b6da197a9c3f2868cde38638e 3 | size 95618 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e629ed5bb7ddca757bf4aa670ecb7a26ece81a2e9d459ec3817fd9680c21a15b 3 | size 260561 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b9504b79e99c7490fc89cb007161a1688c6b769bf912ea1039ec5862f53c7c3b 3 | size 95033 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:25871e9551e415120f2000b235cca33f81e2df19eaf45232cf1445d1fb3bf7a5 3 | size 60368 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5caf60196057c7f6395aade227ef2e503119bc54cf445a013b2f22f66fe0a04f 3 | size 96346 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6a8c7291d763a885f7b6b905a72966816a8aec927595127848b58bb1335d3209 3 | size 322852 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:fb051fe1a38c4aace047a8057a345f5d274aa38223e408c86ecc413b671c2310 3 | size 83501 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4284a4ac8313987b52b06966dff7f9dd96b393a36a1575d0a4755f509e3b1205 3 | size 64236 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c8d6c62b55c2a592f6c5b1d79bcc493f9886b1e80db65f52b1173a1233dee434 3 | size 86522 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:20680e8d4eca0bfbed735a21db8297e5de175753447c5e2179e5edecac5c50f6 3 | size 319954 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d67cdf82ecef7d2bcdfd9d4a8e610cf0980967ab13f457cb9301ae0b58122c25 3 | size 83614 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:9952d956c03eb95bab71a6cec29ae5956fb137e14ec98a074a8e51c7edd20fd0 3 | size 63067 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:991e45d99a439c73cc864136554feb6b934a1a6c9181874b846e80ccf4a32836 3 | size 86698 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a97b8d1bbdf2a43c1fb6bd562475b8e5267035f73c1d5d8a677587e25b6095fb 3 | size 323292 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ffe40a0e0d8cbc661fc354905330ed85ba177e798ac539a497059dca67d00154 3 | size 82387 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ea0608e9f236a1bbdbe0a6f2fea765be4542e165866169635b6a03c15e850d43 3 | size 61315 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:e822d0dd8aec13d5a28344714f96279c6ab36aa1205c548bfe5ee81a43c9593b 3 | size 85441 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:27e576bcb3ab3c58246300f2b9f033401329bf0a5995a1f81de91c87726636d4 3 | size 322579 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:90910dd6ab01a9dfc88c3fa8efd1deeaec10af55b934a423092e6cb1864cc424 3 | size 322425 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:28118bdb8d39fc17108cfc070b49dcbfced43a280c093520801391c31e23b425 3 | size 318205 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d10e665fa4bed7a7796856755dc88defdf5c3bd1a563c5e5d0950de99e06d07a 3 | size 82616 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3b7f182d9901072635f4b613e80e2c33c414411ca61ef78746ed065d34ccb408 3 | size 63862 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/remove_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:61b639d9b71d32aedd893fe981469b213c9635669ea37ada1a40775c2a378296 3 | size 86225 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a5849d1abedc2ce219817ddb83a8f26429871e15239423e830d8fa55deb9ad53 3 | size 325722 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b3f5bd22e0357f07eaeb94cf6e008bf655eee289b244590fa9486ab917adbab3 3 | size 84239 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:11592f2dfe1cfeb1ddc1061a0e4a7030173d6bc97d84057474f923d285b723b1 3 | size 63855 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:2af904c91fb3ea10664cb0b9540feab1a8ac3347a1aa1fdf24ccb8e6104a863d 3 | size 86041 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4d6e30927886c4e1da38b1cced744b0ca2dc617db913e1114e4996995f7fd566 3 | size 317500 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c00b2f042599260cdaf4522cd50d58fa91e2818bec5d3736d849bd1685d8131c 3 | size 83092 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:6021d38da8721b82d4a69d28a263277da9b2fe5fbda036a6165082c306906889 3 | size 62389 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:639e3f4af98b76069b80193fb38dcff63a0bd16cd4f92e16c6cf51c6637f7a70 3 | size 87086 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d39a852c13bc4580b507085f8c5d45383619d1fd223ff8c8a4095ea9baf018b7 3 | size 311846 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:29b1af8d14636bfed612669ca545bde3fba8e54970e8822b92d788bfff0812ce 3 | size 82195 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:21855a47e9b9a2bd4edf1fd8bd15d2e8a74fd8bf4f706b147741aa1b445af681 3 | size 62548 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:dc20c9a73ed2e5ad13c2df36041efb06a009672c2740dd67e1f94ff3f96b6cfb 3 | size 87051 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4e9e987c324a6713aa72703a226d941b5543e895998d65285f4b4409522813ff 3 | size 321754 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_5_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f5804679110f1f1eee7b9611bc6ad574444bef19ea6b67e54a09359929114be8 3 | size 82764 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_5_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bebc99dd8c7cfd233df15eb6b0d7788dd512a0d143699cd72aa533160ab0c4ea 3 | size 63253 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_5_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c70aaeeb9cbaaf5214c5f12147afb2b106758af8e0df19cf70d6d88bce4dd23f 3 | size 85544 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_5_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:91160f060c0bc4693c56a5e8668217d44199cefb2b4a21353389e82ec3bb68d2 3 | size 321305 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:8d0df3953e866c95452936355b317495698e1e7fe011cc60c5a8ee409cbd8c9d 3 | size 317644 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:aed74e6d7c05ad19a1882ab64a3e2b56cb2459482d73774439c6b77b0c1e758e 3 | size 82985 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:362abe0e14820206f424bd9fc5b1a58198fe9da47642543fd9789d10e367647d 3 | size 63481 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:944a79b2acce2f70468b7baeef7517512517b08e9ca06d1409fbfe4675926aa8 3 | size 86236 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:67aa408846bf70903eaed42fdf06d5613634e3c7fefec66053bfbc7d357a1e8b 3 | size 315324 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_8-12_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d8f6b173dd693503e943afceb0cb6fd46624c19e5c02260c7e11c8930f7ce18c 3 | size 83619 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_8-12_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:bb2fcc0109e5798db4260882bd347c4389d5d0650d98337150af6b7b4614a40c 3 | size 62538 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_8-12_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b319caebe1f40644a67e47c88843f2cd1a13796c3e899f1460c0e988546453f7 3 | size 84947 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3da202fdd14d7a7f1d24d1349a044b6837a0addc68c4d402fd9ed031537fbfc0 3 | size 83908 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:984d8c7b126207d791bf1bb5f9555abaee4d88ffe9e5d6a2cc5a14013ced4d4b 3 | size 63298 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7df6c87908f52654eac3a6bd273c5a31e24787174969e48b319ba3c4a2074f4b 3 | size 85268 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4cfbf89915436181b60f9ed140ab19062b7d73f7153b25dedbe0e61c2c71c70b 3 | size 318730 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_17-23_text_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:0ba95d054cbc6612671b4bb84bd1cc19f95eb42bcf62a5ce3736735e14314b1b 3 | size 84177 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_17-23_text_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:06a88322e467cfd02cbd26511853262488f2b630f81693a4844f52f3f61693c5 3 | size 63355 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_17-23_text_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:89ab3c1985c7f47aaa5e6750f5bb2cc2a1826c4dc2b3193f3787536e98a4b635 3 | size 85214 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3b72c998b56fd1bb2d230e1e5d0e77391286c89f1f0483a9e27595ad7ba773ec 3 | size 316838 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_40-60_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ef3e6784db9cff672dc3cce6e21674461b4f2f8d516247cd9392a60ef54167c5 3 | size 83713 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_40-60_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:01a079245ac06c6b72389d1168987267cfef0145332b0333a23f22d10ead5693 3 | size 62135 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_40-60_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:09ad96a89b0caa03746977b6a47a6823e10a93670b3f756327ef325f49dbfaf6 3 | size 85325 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_40-60_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:a1c094618bfbb63b4fbf70f1e5df3a042c4fbbfffbfc106010dd5c16e314d5da 3 | size 317590 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_40-60_text_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4d4a103e378115de856f8ddd52ee8f9b67e0c257656110730b5ce48247fff14c 3 | size 82942 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_40-60_text_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:329bba06226094e53668ee5fa596ffca78524ae54a60bb549ae3a7f5ecd57114 3 | size 62861 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_40-60_text_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:deb5feab3fc93f31796bb7f791d29bbb3b9204aeb929c76455849d2e64416d4d 3 | size 86800 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_5_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:315a1d81c3842b2f7e728ec6d783c3f75ce294e7f154c2f8fd6c15d8c697ae2a 3 | size 318994 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_5_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:37bee87fe443c55ae5786de5fc9eecaaa4117d56e35e51dc482eeda6d5e70507 3 | size 83661 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_5_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3a0c255b4ef56448f72912b9e0e181ec81f239d4c43d4d42962058ce8990dd23 3 | size 63820 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_5_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5e9ba4f32ae1692126f2bb3889f5ca247d67c0cbc5718582394b13f3b4d74c41 3 | size 85241 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_8-12_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:31f13dd309ca031029dbd7259f9f35254d50bb07a4858ce546a7645c9fa689ec 3 | size 317628 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_8-12_binary_compare_ascii)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:788eb2f96bafa75dd9fdcdf84cd1a4c126ca03a8d61b4fa1fb26ede48f927fd9 3 | size 83532 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_8-12_binary_compare_ascii)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c2c987223a11b0dfbc522ec2d821c7c52eaf8e1168ff826d03062b1a5bd37b52 3 | size 64284 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_8-12_binary_compare_ascii)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c45b619048f92c06399d84d3be89e4736bb5ce73eef05555025a8c34fc64fb4f 3 | size 85124 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_8-12_text_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d8f434d4b562a4e16c5410ec96b585b4a86e031b94938946cbce0d7b9aeeb9e5 3 | size 313773 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/forEach_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f85c3b9810ec53f285a44204f96cc634890b43bb653ae009d914fad111397636 3 | size 240320 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:ef5fb79fba3267abab3e99e9575064c5bd00430297774f022a2ba85c84f8e059 3 | size 315242 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:381f016fdb58c99fa069e8faaf6f836c0e4b1745efc60ac94ba87852d189cf39 3 | size 83204 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:5c4bdee7726627d0f7acfa5ed88d1943c3bdc237e4b9f13d59678291a3271b94 3 | size 62693 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:f834d4607c45530f629a432e415e7e370a337efd47992dd5887e4ab7278ac6b0 3 | size 84053 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:90004e597a6714ee8a033b85133ba7e4df40fb8c327ed64009ace5457b7e6699 3 | size 318589 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(get)_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b755b16c6e397cc5d5e33bb2322c5d429e2de8a55e82f8fec409389b5518680b 3 | size 315446 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b59cb6d4f1d97740eec78961a54aadba05feade14dcecc3a50242435cbd6fb38 3 | size 319391 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:4a8f9ae1ddda4fc47d8b0f2dcc731cd2b347dc8b3c3fc522e8d1d1fe2a7e3b21 3 | size 85925 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:c55b250afcd5f597c03274a4b38028ba4ad158c41b95b4b253a9b654de8574a9 3 | size 64310 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:374327109e1bb55a5365b1d908a62e5838db751db449fd150245f8f4b5a75038 3 | size 86757 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_17-23_text_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:d7625deb5b08340041c37320569ec7f296e09c8fe31ea1865f47284f211e6bda 3 | size 319918 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/item(let)_text_(len_40-60_binary_compare_ascii)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:25d4ccebacf426deebfd7c294539d226de1e46dbc032bca55b00c26221945bbe 3 | size 318899 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:799041b215177745fff524df518b0e7c380f34d39e7c75d2cb35edbc36a74aee 3 | size 261415 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:7d97d9a71f465f972273d5db71355c81060175028d95acc51b6b7da639be5070 3 | size 94694 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:56c1dc4c1c1a35751971fc62d9d6b8ddfd5ff706a9559aec3f40c4bb23f67176 3 | size 60671 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/key(let)_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:b50476c754d38c8b2078187a04c21dfdad3a601da787499d7415125f6108a89b 3 | size 96180 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:943ce7e4de05ec17e0b208ed34eca7a3c9681c6c302d02f8554478f6fdc193bd 3 | size 318379 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_17-23_binary_compare_unicode)_win_vba6_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:37abd0c2c9a68af086a01c1a82f6046a978b48f264cf06909e229cd27f4aabc4 3 | size 84064 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_17-23_binary_compare_unicode)_win_vba7_x32.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:50683ddd211d0ebabe937ed68111b0ff48eb09cb4c3d71574f317b75b4d8472f 3 | size 63690 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(false)_text_(len_17-23_binary_compare_unicode)_win_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:00a9c25d3e37fbc6bb54206bf7ac236d5ee933c318f98bf03f5e1ec78465d103 3 | size 86515 4 | -------------------------------------------------------------------------------- /benchmarking/result_screenshots/exists(true)_text_(len_17-23_binary_compare_unicode)_mac_vba7_x64.png: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:763f723f8a8a9016ea3cb7b2a7ec634ec4330ce148c913d6976c6c9828f294c9 3 | size 317616 4 | -------------------------------------------------------------------------------- /.github/workflows/comment-filter.yml: -------------------------------------------------------------------------------- 1 | name: Check for Spammy Issue Comments 2 | 3 | on: 4 | issue_comment: 5 | types: [created, edited] 6 | 7 | permissions: 8 | issues: write 9 | 10 | jobs: 11 | comment-filter: 12 | runs-on: ubuntu-latest 13 | steps: 14 | - name: Comment filter 15 | uses: DecimalTurn/Comment-Filter@v0 16 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Ion Cristian Buse 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /benchmarking/src/third_party_code/cHashD/modHashD.bas: -------------------------------------------------------------------------------- 1 | Attribute VB_Name = "modHashD" 2 | Option Explicit 3 | 4 | Public Type SAFEARRAY1D 5 | cDims As Integer 6 | fFeatures As Integer 7 | cbElements As Long 8 | cLocks As Long 9 | #If VBA7 Then 10 | pvData As LongPtr 11 | #Else 12 | pvData As Long 13 | #End If 14 | cElements1D As Long 15 | lLbound1D As Long 16 | End Type 17 | 18 | #If Win64 Then 19 | Const PTR_SIZE As Long = 8 20 | #Else 21 | Const PTR_SIZE As Long = 4 22 | #End If 23 | 24 | #If Mac Then 25 | #If VBA7 Then 26 | Public Declare PtrSafe Function BindArray Lib "/usr/lib/libc.dylib" Alias "memmove" (PArr() As Any, pSrc As LongPtr, Optional ByVal CB As LongPtr = PTR_SIZE) As LongPtr 27 | #Else 28 | Public Declare Function BindArray Lib "/usr/lib/libc.dylib" Alias "memmove" (PArr() As Any, pSrc As Long, Optional ByVal CB As Long = 4) As Long 29 | #End If 30 | #Else 31 | #If VBA7 Then 32 | Public Declare PtrSafe Sub BindArray Lib "kernel32" Alias "RtlMoveMemory" (PArr() As Any, pSrc As LongPtr, Optional ByVal CB As LongPtr = PTR_SIZE) 33 | Private Declare PtrSafe Function CharLowerBuffW& Lib "user32" (lpsz As Any, ByVal cchLength&) 34 | #Else 35 | Public Declare Sub BindArray Lib "kernel32" Alias "RtlMoveMemory" (PArr() As Any, pSrc&, Optional ByVal CB& = 4) 36 | Public Declare Function VariantCopy Lib "oleaut32" (Dst As Any, src As Any) As Long 37 | Public Declare Function VariantCopyInd Lib "oleaut32" (Dst As Any, src As Any) As Long 38 | Private Declare Function CharLowerBuffW& Lib "user32" (lpsz As Any, ByVal cchLength&) 39 | #End If 40 | #End If 41 | 42 | Public LWC(-32768 To 32767) As Integer 43 | 44 | Public Sub InitLWC() 45 | Dim i As Long 46 | #If Mac Then 47 | For i = -32768 To 32767: LWC(i) = AscW(LCase$(ChrW$(i))): Next 48 | #Else 49 | For i = -32768 To 32767: LWC(i) = i: Next 'init the Lookup-Array to the full WChar-range 50 | CharLowerBuffW LWC(-32768), 65536 '<-- and convert its whole content to LowerCase-WChars 51 | #End If 52 | End Sub 53 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # VBA-FastDictionary [![Mentioned in Awesome VBA](https://awesome.re/mentioned-badge.svg)](https://github.com/sancarn/awesome-vba) 2 | Fast Native Dictionary for VBA. Compatible with Windows and Mac. Does not require any DLL references or any kind of external libraries. 3 | 4 | This Dictionary is intended for VBA. However, it is Compatible with VBA7 / [twinBASIC](https://twinbasic.com/) / VB6 / VBA6. 5 | 6 | The Dictionary presented in this repository is designed to be a drop-in replacement for Scripting.Dictionary (Microsoft Scripting Runtime - scrrun.dll on Windows). However, there are a few differences, and their purpose is to make this Dictionary the better choice from a functionality perspective. For more details see [Compatibility with Scripting.Dictionary](Implementation.md#compatibility-with-scriptingdictionary). 7 | 8 | Special thanks to [Guido](https://github.com/guwidoe) for his contribution (see [Benchmarking code](benchmarking/README.md#benchmarking-code)) and for his invaluable feedback and ideas. 9 | 10 | ## Installation 11 | 12 | Download and extract the source code (zip) from the [latest release](https://github.com/cristianbuse/VBA-FastDictionary/releases/latest), and import the ```Dictionary.cls``` file (located in the `src` folder) into your project. 13 | 14 | Although the ```OLE Automation``` project reference should be enabled by default (fundamental COM), please enable it if it's disabled. For more details see [OLE Automation](https://github.com/cristianbuse/VBA-FastDictionary/blob/master/Implementation.md#ole-automation) section. 15 | 16 | ## Why use VBA-FastDictionary 17 | 18 | - Easy replacement for Scripting.Dictionary 19 | - Quite fast for a native VBA Dictionary 20 | - Mac compatible 21 | - Overcomes VB Class Deallocation design and has linear deallocation speed. See [Fast Deallocation](https://github.com/cristianbuse/VBA-FastDictionary/blob/master/Implementation.md#fast-deallocation) 22 | - Overcomes VB x64 Compiler Issues. See [x64 Assembly fixes](https://github.com/cristianbuse/VBA-FastDictionary/blob/master/Implementation.md#x64-assembly) 23 | - Automatic Rehashing and Resizing 24 | - Supports ```For Each``` 25 | - Has [Additional functionality](https://github.com/cristianbuse/VBA-FastDictionary/blob/master/Implementation.md#additional-functionality) 26 | 27 | ## Testing 28 | 29 | Download the [latest release](https://github.com/cristianbuse/VBA-FastDictionary/releases/latest), extract and import the ```TestDictionary.bas``` module into your project. 30 | Run ```RunAllDictionaryTests``` method. On failure, execution will stop on the first failed Assert. 31 | 32 | ## Benchmarking 33 | 34 | In most cases, this Dictionary is the fastest solution when compared to what is already available. Please see [Benchmarking](benchmarking/README.md) for more details. 35 | 36 | ## Implementation 37 | 38 | For those interested in how this Dictionary works and why some design decisions were made, please see [Implementation](Implementation.md) for more details. 39 | 40 | ## Demo 41 | 42 | ```VBA 43 | Dim d As New Dictionary 44 | Dim c As Collection 45 | Dim v As Variant 46 | 47 | d.Add "abc", 1 48 | d.Add "Abc", New Collection 49 | 50 | d("Abc").Add 1 51 | Debug.Print d.Item("abc") 52 | Debug.Print d.Exists("ABC") 'False 53 | 54 | d.Remove "abc" 55 | d.RemoveAll 56 | 57 | d.CompareMode = vbTextCompare 58 | d.Add "abc", 1 59 | Debug.Print d.Exists("ABC") 'True 60 | 61 | On Error Resume Next 62 | d.Add "Abc", New Collection 'Throws error 457 63 | Debug.Print Err.Number 64 | On Error GoTo 0 65 | 66 | d.Add 123, 456 67 | Set c = New Collection 68 | d.Add c, "Test" 69 | 70 | d.Item(123) = 789 71 | d.Key(c) = "Test" 72 | 73 | Debug.Print 74 | For Each v In d 75 | Debug.Print v 76 | Next v 77 | 78 | Debug.Print 79 | For Each v In d.Items 80 | Debug.Print v 81 | Next v 82 | ``` 83 | -------------------------------------------------------------------------------- /benchmarking/src/BenchTests.bas: -------------------------------------------------------------------------------- 1 | Attribute VB_Name = "BenchTests" 2 | Option Explicit 3 | 4 | #If Win64 Then 5 | Private Const size As Long = 2 ^ 24 6 | #Else 7 | Private Const size As Long = 2 ^ 22 'To avoid 'out of memory' issues 8 | #End If 9 | 10 | 'This module uses the excellent 'LibStringTools' module found at: 11 | 'https://github.com/guwidoe/VBA-StringTools 12 | 'to generate random keys 13 | 14 | Sub TimeAddObjects1() 15 | Dim arr1(1 To size) As Variant, i As Long 16 | Dim arr2(1 To size) As Variant 17 | For i = 1 To size 18 | Set arr1(i) = New Class1 19 | Set arr2(i) = New Class1 20 | Next i 21 | Benchmark arr1, arr2, , "Object (Class1)" 22 | End Sub 23 | Sub TimeAddObjects2() 24 | Dim arr1(1 To size) As Variant, i As Long 25 | Dim arr2(1 To size) As Variant 26 | For i = 1 To size 27 | Set arr1(i) = New Collection 28 | Set arr2(i) = New Collection 29 | Next i 30 | Benchmark arr1, arr2, , "Object (Collection)" 31 | End Sub 32 | Sub TimeAddNumbers1() 33 | Dim arr1(1 To size) As Variant, i As Long 34 | Dim arr2(1 To size) As Variant 35 | For i = 1 To size 36 | arr1(i) = i 37 | arr2(i) = i + size 38 | Next i 39 | Benchmark arr1, arr2, , "Number (Long small)" 40 | End Sub 41 | Sub TimeAddNumbers2() 42 | Dim arr1(1 To size) As Variant, i As Long 43 | Dim arr2(1 To size) As Variant 44 | For i = 1 To size 45 | arr1(i) = &H7FFFFFFF - i 46 | arr2(i) = arr1(i) - size 47 | Next i 48 | Benchmark arr1, arr2, , "Number (Long large)" 49 | End Sub 50 | Sub TimeAddNumbers3() 51 | Dim arr1(1 To size) As Variant, i As Long 52 | Dim arr2(1 To size) As Variant 53 | For i = 1 To size 54 | arr1(i) = CDbl(i) 55 | arr2(i) = CDbl(i + size) 56 | Next i 57 | Benchmark arr1, arr2, , "Number (Double small ints)" 58 | End Sub 59 | Sub TimeAddNumbers4() 60 | Dim arr1(1 To size) As Variant, i As Long 61 | Dim arr2(1 To size) As Variant 62 | For i = 1 To size 63 | arr1(i) = CDbl(i + 99999999) 64 | arr2(i) = arr1(i) + CDbl(size) 65 | Next i 66 | Benchmark arr1, arr2, , "Number (Double large ints)" 67 | End Sub 68 | Sub TimeAddNumbers5() 69 | Dim arr1(1 To size) As Variant, i As Long 70 | Dim arr2(1 To size) As Variant 71 | For i = 1 To size 72 | arr1(i) = 9999999999# * LibStringTools.RndWH 73 | arr2(i) = 9999999999# * LibStringTools.RndWH 74 | Next i 75 | Benchmark arr1, arr2, , "Number (Double fractional)" 76 | End Sub 77 | Sub TimeAddText1() 78 | TimeAddText textLen:=5, compMode:=vbBinaryCompare, asciiOnly:=False 79 | End Sub 80 | Sub TimeAddText2() 81 | TimeAddText textLen:=5, compMode:=vbTextCompare, asciiOnly:=False 82 | End Sub 83 | Sub TimeAddText3() 84 | TimeAddText textLen:=10, stepLen:=2, compMode:=vbBinaryCompare, asciiOnly:=True 85 | End Sub 86 | Sub TimeAddText4() 87 | TimeAddText textLen:=10, stepLen:=2, compMode:=vbTextCompare, asciiOnly:=True 88 | End Sub 89 | Sub TimeAddText5() 90 | TimeAddText textLen:=20, stepLen:=3, compMode:=vbBinaryCompare, asciiOnly:=False 91 | End Sub 92 | Sub TimeAddText6() 93 | TimeAddText textLen:=20, stepLen:=3, compMode:=vbTextCompare, asciiOnly:=False 94 | End Sub 95 | Sub TimeAddText7() 96 | TimeAddText textLen:=50, stepLen:=10, compMode:=vbBinaryCompare, asciiOnly:=True 97 | End Sub 98 | Sub TimeAddText8() 99 | TimeAddText textLen:=50, stepLen:=10, compMode:=vbTextCompare, asciiOnly:=True 100 | End Sub 101 | Sub TimeAddMixed() 102 | Dim arr1(1 To size) As Variant 103 | Dim arr2(1 To size) As Variant 104 | Dim i As Long 105 | Dim d As New Dictionary: d.CompareMode = vbTextCompare 'So Collection does not throw 106 | ' 107 | On Error Resume Next 108 | For i = 1 To size 109 | Select Case i Mod 3 110 | Case 0 111 | Set arr1(i) = New Collection 112 | Set arr2(i) = New Collection 113 | Case 1 114 | arr1(i) = 9999999999# * LibStringTools.RndWH 115 | arr2(i) = 9999999999# * LibStringTools.RndWH 116 | Case 2 117 | Do 118 | arr1(i) = LibStringTools.RandomString(5 + Rnd * 20, 1, &HFFFF&, True) 119 | d.Add arr1(i), i 120 | If Err.Number = 0 Then Exit Do 121 | Err.Clear 122 | Loop Until Err.Number = 0 123 | Do 124 | arr2(i) = LibStringTools.RandomString(5 + Rnd * 20, 1, &HFFFF&, True) 125 | d.Add arr2(i), i 126 | If Err.Number = 0 Then Exit Do 127 | Err.Clear 128 | Loop Until Err.Number = 0 129 | End Select 130 | Next i 131 | Set d = Nothing 132 | On Error GoTo 0 133 | Benchmark arr1, arr2, , "Mixed (binary compare)" 134 | End Sub 135 | 136 | Private Sub TimeAddText(ByVal textLen As Long _ 137 | , Optional ByVal stepLen As Long = 0 _ 138 | , Optional ByVal compMode As VbCompareMethod = vbBinaryCompare _ 139 | , Optional ByVal asciiOnly As Boolean = False) 140 | Dim arr1(1 To size) As Variant 141 | Dim arr2(1 To size) As Variant 142 | Dim i As Long 143 | Dim s1() As String 144 | Dim s2() As String 145 | Dim keyType As String 146 | Dim maxCodepoint As Long 147 | ' 148 | If textLen < 4 Then textLen = 4 149 | stepLen = Abs(stepLen) 150 | If stepLen > textLen Then stepLen = textLen 151 | If asciiOnly Then 152 | maxCodepoint = 127 153 | Else 154 | maxCodepoint = &HFFFF& 'Could use &H10FFFF as Guido's library supports it but _ 155 | VBA.Collection sees surrogates as equal characters. _ 156 | This is also a problem with StrComp in textCompare or _ 157 | Option Compare Text e.g. ChrW(&HD883) = ChrW(&HD994) 158 | End If 159 | ' 160 | 'https://github.com/guwidoe/VBA-StringTools --- LibStringTools bas module 161 | s1 = LibStringTools.RandomStringArray(size, textLen + stepLen, textLen - stepLen, 1, maxCodepoint, True) 162 | s2 = LibStringTools.RandomStringArray(size, textLen + stepLen, textLen - stepLen, 1, maxCodepoint, True) 163 | ' 164 | Dim d As New Dictionary: d.CompareMode = vbTextCompare 'So Collection does not throw 165 | ' 166 | On Error Resume Next 167 | For i = 1 To size 168 | Do 169 | arr1(i) = s1(i - 1) 170 | d.Add arr1(i), i 171 | If Err.Number = 0 Then Exit Do 172 | Err.Clear 173 | arr1(i) = LibStringTools.RandomString(textLen, 1, maxCodepoint, True) 174 | Loop 175 | Do 176 | arr2(i) = s2(i - 1) 177 | d.Add arr2(i), i 178 | If Err.Number = 0 Then Exit Do 179 | Err.Clear 180 | arr2(i) = LibStringTools.RandomString(textLen, 1, maxCodepoint, True) 181 | Loop 182 | Next i 183 | On Error GoTo 0 184 | Set d = Nothing 185 | ' 186 | keyType = "Text (len " 187 | If stepLen = 0 Then 188 | keyType = keyType & textLen 189 | Else 190 | keyType = keyType & textLen - stepLen & "-" & textLen + stepLen 191 | End If 192 | If compMode = vbBinaryCompare Then 193 | keyType = keyType & ", binary compare" 194 | Else 195 | keyType = keyType & ", text compare" 196 | End If 197 | If asciiOnly Then 198 | keyType = keyType & ", ASCII)" 199 | Else 200 | keyType = keyType & ", Unicode)" 201 | End If 202 | Benchmark arr1, arr2, compMode, keyType 203 | End Sub 204 | -------------------------------------------------------------------------------- /benchmarking/src/third_party_code/LibTimer.bas: -------------------------------------------------------------------------------- 1 | ' Cross-platform VBA implementation of a high-precision timer. 2 | ' (Works on Windows and on macOS) 3 | ' 4 | ' Author: Guido Witt-Dörring 5 | ' Created: 2023/04/03 6 | ' Updated: 2023/05/16 7 | ' License: MIT 8 | ' 9 | ' ———————————————————————————————————————————————————————————————— 10 | ' https://gist.github.com/guwidoe/5c74c64d79c0e1cd1be458b0632b279a 11 | ' ———————————————————————————————————————————————————————————————— 12 | ' 13 | ' Copyright (c) 2023 Guido Witt-Dörring 14 | ' 15 | ' MIT License: 16 | ' Permission is hereby granted, free of charge, to any person obtaining a copy 17 | ' of this software and associated documentation files (the "Software"), to 18 | ' deal in the Software without restriction, including without limitation the 19 | ' rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 20 | ' sell copies of the Software, and to permit persons to whom the Software is 21 | ' furnished to do so, subject to the following conditions: 22 | ' 23 | ' The above copyright notice and this permission notice shall be included in 24 | ' all copies or substantial portions of the Software. 25 | ' 26 | ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 27 | ' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 28 | ' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 29 | ' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 30 | ' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 31 | ' FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 32 | ' IN THE SOFTWARE. 33 | 34 | Option Explicit 35 | 36 | #If Mac Then 37 | #If VBA7 Then 38 | 'https://developer.apple.com/documentation/kernel/1462446-mach_absolute_time 39 | Private Declare PtrSafe Function mach_continuous_time Lib "/usr/lib/libSystem.dylib" () As Currency 40 | Private Declare PtrSafe Function mach_timebase_info Lib "/usr/lib/libSystem.dylib" (ByRef timebaseInfo As MachTimebaseInfo) As Long 41 | #Else 42 | Private Declare Function mach_continuous_time Lib "/usr/lib/libSystem.dylib" () As Currency 43 | Private Declare Function mach_timebase_info Lib "/usr/lib/libSystem.dylib" (ByRef timebaseInfo As MachTimebaseInfo) As Long 44 | #End If 45 | #Else 46 | #If VBA7 Then 47 | 'https://learn.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter 48 | Private Declare PtrSafe Function QueryPerformanceFrequency Lib "kernel32" (ByRef frequency As Currency) As LongPtr 49 | Private Declare PtrSafe Function QueryPerformanceCounter Lib "kernel32" (ByRef counter As Currency) As LongPtr 50 | #Else 51 | Private Declare Function QueryPerformanceFrequency Lib "kernel32" (ByRef Frequency As Currency) As Long 52 | Private Declare Function QueryPerformanceCounter Lib "kernel32" (ByRef Counter As Currency) As Long 53 | #End If 54 | #End If 55 | 56 | #If Mac Then 57 | Private Type MachTimebaseInfo 58 | Numerator As Long 59 | Denominator As Long 60 | End Type 61 | #End If 62 | 63 | Public Enum TimeUnit 64 | tuSeconds = 0 65 | tuMilliseconds 66 | tuMicroseconds 67 | tuAutomatic 68 | End Enum 69 | 70 | 'Returns operating system clock tick count since system startup 71 | Private Function GetTickCount() As Currency 72 | #If Mac Then 73 | GetTickCount = mach_continuous_time() 74 | #Else 75 | QueryPerformanceCounter GetTickCount 76 | #End If 77 | End Function 78 | 79 | 'Returns frequency in ticks per second 80 | Private Function GetFrequency() As Currency 81 | Static isInitialized As Boolean 82 | Static freqency As Currency 83 | If Not isInitialized Then 84 | #If Mac Then 85 | Dim tbInfo As MachTimebaseInfo: mach_timebase_info tbInfo 86 | 87 | freqency = (tbInfo.Denominator / tbInfo.Numerator) * 100000@ 88 | #Else 89 | QueryPerformanceFrequency freqency 90 | #End If 91 | isInitialized = True 92 | End If 93 | GetFrequency = freqency 94 | End Function 95 | 96 | 'Returns time since system startup in seconds with 0.1ms (=100µs) precision 97 | Public Function AccurateTimer(Optional ByVal unit As TimeUnit = tuSeconds) _ 98 | As Currency 99 | Select Case unit 100 | Case tuMicroseconds: AccurateTimer = AccurateTimerUs 101 | Case tuMilliseconds, tuAutomatic: AccurateTimer = AccurateTimerMs 102 | Case tuSeconds: AccurateTimer = AccurateTimerS 103 | End Select 104 | End Function 105 | 106 | 'Returns time since system startup in seconds with 0.1ms (=100µs) precision 107 | Public Function AccurateTimerS() As Currency 108 | AccurateTimerS = GetTickCount / GetFrequency 109 | End Function 110 | 111 | 'Returns time since system startup in milliseconds with 0.1µs (=100ns) precision 112 | Public Function AccurateTimerMs() As Currency 113 | 'Note that this calculation will work even if 1000@ / GetFrequency < 0.0001 114 | AccurateTimerMs = (1000@ / GetFrequency) * GetTickCount 115 | End Function 116 | 117 | 'Returns time since system startup in microseconds, up to 0.1ns =100ps precision 118 | 'The highest precision achieved by this function depends on the system, however, 119 | 'typically precision will be the same as for AccurateTimerMs. 120 | Public Function AccurateTimerUs() As Currency 121 | AccurateTimerUs = (1000000@ / GetFrequency) * GetTickCount 122 | End Function 123 | 124 | 'Starts/resets a timer in the background 125 | Public Sub StartTimer(Optional ByVal printHeaders As Boolean = True) 126 | TimerBackend 0, printHeaders 127 | End Sub 128 | Public Sub st(Optional ByVal printHeaders As Boolean = True) 129 | TimerBackend 0, printHeaders 130 | End Sub 131 | 132 | 'Resets/starts the timer in the background, alias for StartTimer 133 | Public Sub ResetTimer(Optional ByVal printHeaders As Boolean = False) 134 | TimerBackend 0, printHeaders 135 | End Sub 136 | 137 | 'Seconds to Microseconds conversion function for convenient checking against 138 | 'return values of 'ReadTimer' 139 | Public Function StoUs(ByRef s As Currency) As Currency 140 | StoUs = s * 1000000 141 | End Function 142 | 143 | 'Prints the time that has passed since the last `StartTimer` or `ResetTimer` 144 | 'has been called to the immediate window and the `description` next to it. 145 | 'This sub by default subtracts its own runtime from the current timers total 146 | 'time to avoid skewing the timing results of profiled code. If that is not 147 | 'desired, i.e. for other applications than code profiling, call it with 148 | '`subtractOwnRuntime = False` 149 | 'If 'unit = tuAutomatic', the return value is always in µs 150 | Public Function ReadTimer(Optional ByRef description As String = vbNullString, _ 151 | Optional ByVal unit As TimeUnit = tuAutomatic, _ 152 | Optional ByVal reset As Boolean = False, _ 153 | Optional ByVal subtractOwnRuntime As Boolean = True, _ 154 | Optional ByVal printResult As Boolean = True) _ 155 | As Currency 156 | ReadTimer = TimerBackend(1, description, unit, reset, subtractOwnRuntime, _ 157 | printResult) 158 | End Function 159 | Public Function RT(Optional ByRef description As String = vbNullString, _ 160 | Optional ByVal unit As TimeUnit = tuAutomatic, _ 161 | Optional ByVal reset As Boolean = False, _ 162 | Optional ByVal subtractOwnRuntime As Boolean = True, _ 163 | Optional ByVal printResult As Boolean = True) _ 164 | As Currency 165 | RT = TimerBackend(1, description, unit, reset, subtractOwnRuntime, _ 166 | printResult) 167 | End Function 168 | 169 | Private Function TimerBackend(ByVal command As Long, _ 170 | ParamArray arr() As Variant) As Currency 171 | Static timeStamp As Currency 172 | Static callsSinceReset As Long 173 | 174 | 'Always do this first for maximum accuracy 175 | Dim timeAtCall As Currency: timeAtCall = GetTickCount 176 | Dim readTimeUs As Currency: readTimeUs = (1000000@ / GetFrequency) * _ 177 | (timeAtCall - timeStamp) 178 | Select Case command 179 | Case 0 'StartTimer or ResetTimer 180 | If arr(0) Then 'if printHeaders ... 181 | Debug.Print "Time taken", "Task description" 182 | End If 183 | callsSinceReset = 0 184 | timeStamp = GetTickCount 185 | Case 1 'ReadTimer 186 | callsSinceReset = callsSinceReset + 1 187 | Dim description As String: description = arr(0) 188 | If description = "" Then description = "Task " & callsSinceReset 189 | Dim unit As TimeUnit: unit = arr(1) 190 | If unit = tuAutomatic Then 191 | Select Case readTimeUs 192 | Case Is > 1000000: unit = tuSeconds 193 | Case 1000 To 1000000: unit = tuMilliseconds 194 | Case Else: unit = tuMicroseconds 195 | End Select 196 | End If 197 | Select Case unit 'Unit 198 | Case TimeUnit.tuSeconds: TimerBackend = readTimeUs / 1000000@ 199 | Case TimeUnit.tuMilliseconds: TimerBackend = readTimeUs / 1000@ 200 | Case TimeUnit.tuMicroseconds: TimerBackend = readTimeUs 201 | End Select 202 | If arr(4) Then 'If printResult ... 203 | Debug.Print TimerBackend & Choose(unit + 1, " s", " ms", _ 204 | IIf("µ" = Chr$(181), " µs", " us")), description 205 | End If 206 | 'If unit was tuAutomatic, override return unit to ensure consistency 207 | If arr(1) Then TimerBackend = readTimeUs 208 | If arr(2) Then 'If reset ... 209 | callsSinceReset = 0 210 | timeStamp = GetTickCount 211 | Else 212 | 'Subtract runtime of this method from future `ReadTimer` calls 213 | If arr(3) Then _ 214 | timeStamp = timeStamp + (GetTickCount - timeAtCall) 215 | End If 216 | End Select 217 | End Function 218 | 219 | '——————————————————————————————————————————————————————————————————————————————— 220 | ' DEMO PART 221 | '——————————————————————————————————————————————————————————————————————————————— 222 | 'This demonstrates the simplest, and the recommended way the procedures provided 223 | 'in this module can be used to profile your code: 224 | Sub DemoCodeExecutionTiming() 225 | StartTimer 226 | 227 | 'Some code that does something, e.g.: 228 | Dim i As Long 229 | For i = 1 To 100000 230 | Next i 231 | 232 | ReadTimer "Looping 100000 times." 'The desctiption is optional 233 | End Sub 234 | 235 | 'This is a way of using the provided `AccurateTimer` functions to time things 236 | 'in a way that mimics how the built in `Timer` function is commonly used 237 | Private Sub DemoAccurateTimer() 238 | Dim s As Currency: s = AccurateTimerS 'or: AccurateTimer(tuSeconds) 239 | Dim ms As Currency: ms = AccurateTimerMs 'or: AccurateTimer(tuMilliseconds) 240 | Dim µs As Currency: µs = AccurateTimerUs 'or: AccurateTimer(tuMicroseconds) 241 | 242 | Dim i As Long 243 | For i = 1 To 10000000 244 | i = i 245 | Next i 246 | 247 | Debug.Print "Code execution took " & AccurateTimerS - s & " seconds." 248 | Debug.Print "Code execution plus time of the first 'Debug.Print' statement: " _ 249 | & AccurateTimerMs - ms & " milliseconds." 250 | Debug.Print "Code execution plus time of the first two 'Debug.Print' " & _ 251 | "statements: " & AccurateTimerUs - µs & " microseconds." 252 | End Sub 253 | 254 | '——————————————————————————————————————————————————————————————————————————————— 255 | ' SYSTEM SPECIFIC PERFORMANCE TESTING AND EXPLANATORY DEMONSTRATIONS 256 | '——————————————————————————————————————————————————————————————————————————————— 257 | 'This sub runs all the following subs, the results are printed to the immediate 258 | 'window 259 | Sub RunAll() 260 | ShowAverageDelayInTimingCausedByReadTimerCall 261 | DemoSubtractOwnRuntime 262 | ShowPrecisionOfTimersOnCurrentSystem 263 | End Sub 264 | 265 | 'Even though `ReadTimer` by default subtracts its own runtime from the total 266 | 'time, a tiny overhead caused by the (API) function calls themselves does occur. 267 | 'This Sub demonstrated the various delays in the timing data on your own system, 268 | 'depending on how `ReadTimer` is called. 269 | Sub ShowAverageDelayInTimingCausedByReadTimerCall() 270 | Const LOOP_COUNT As Long = 100000 271 | Dim i As Long 272 | 273 | StartTimer 274 | For i = 1 To LOOP_COUNT / 1000 275 | ReadTimer printResult:=True, subtractOwnRuntime:=False 276 | Next i 277 | Debug.Print "Average delay in timing data caused by ReadTimer calls: " & _ 278 | vbNewLine & "If `subtractOwnRuntime = False` and `printResult:=True`: " & _ 279 | ReadTimer(printResult:=False) / (LOOP_COUNT / 1000) & " microseconds" 280 | 281 | ResetTimer 282 | For i = 1 To LOOP_COUNT / 10 283 | ReadTimer printResult:=False, subtractOwnRuntime:=False 284 | Next i 285 | Debug.Print "If `subtractOwnRuntime = False` and `printResult:=False`: " & _ 286 | ReadTimer(printResult:=False) / (LOOP_COUNT / 10) & " microseconds" 287 | 288 | ResetTimer 289 | For i = 1 To LOOP_COUNT 290 | ReadTimer printResult:=False 291 | Next i 292 | Debug.Print "If `subtractOwnRuntime = True`, regardless of `printResult`: " _ 293 | & ReadTimer(printResult:=False) / LOOP_COUNT & " microseconds" 294 | 295 | End Sub 296 | 297 | 'This Sub demonstrates why the `subtractOwnRuntime` feature is useful. 298 | Private Sub DemoSubtractOwnRuntime() 299 | Const LOOP_COUNT As Long = 100000 300 | Dim loopTimeTaken As Currency 301 | 302 | Debug.Print vbNewLine & "Some simple code timing:" & vbNewLine 303 | StartTimer 304 | 305 | Dim i As Long 306 | For i = 1 To LOOP_COUNT 307 | Next i 308 | 309 | loopTimeTaken = ReadTimer(printResult:=False) 310 | ReadTimer "Time to loop " & LOOP_COUNT & " times." 311 | ReadTimer "in seconds", tuSeconds 312 | ReadTimer "in milliseconds", tuMilliseconds 313 | ReadTimer "in microseconds", tuMicroseconds 314 | 315 | Debug.Print "" 316 | Debug.Print "The reason the time values printed by `ReadTimer` are much" _ 317 | & vbNewLine & "closer together than the time a `Debug.Print` statement" & _ 318 | vbNewLine & "usually takes is, that `ReadTimer` subtracts its own runtime" _ 319 | & vbNewLine & "from the currently running timers total time." 320 | Debug.Print "Perhaps the following illustrates why that is beneficial:" 321 | 322 | Dim debugPrintTimeTaken As Currency 323 | Debug.Print vbCrLf; "Test Debug.Print statements to see how long it takes:" 324 | 325 | ResetTimer 326 | Debug.Print "TEST" 327 | debugPrintTimeTaken = ReadTimer("... time taken to print ""TEST""") 328 | 329 | Debug.Print vbNewLine & "The single `Debug.Print` statement took about " & _ 330 | CCur(debugPrintTimeTaken / loopTimeTaken) & " times " & _ 331 | vbNewLine & "as long as looping " & LOOP_COUNT & " times." & vbLf 332 | End Sub 333 | 334 | 'Prints the precisions of the above timer functions for the current system 335 | Private Sub ShowPrecisionOfTimersOnCurrentSystem() 336 | Dim dtp As Currency: dtp = 0.1 'DataType precision (in ms/µs/ns) 337 | Dim F As Currency: F = GetFrequency 'Frequency 338 | Debug.Print "Precision for timing unit 'tuSeconds' is " & _ 339 | IIf(dtp > (0.1@ / F), dtp, (0.1@ / F)) & " milliseconds." 340 | Debug.Print "Precision for timing unit 'tuMilliseconds' is " & _ 341 | IIf(dtp > (100@ / F), dtp, (100@ / F)) & " microseconds." 342 | Debug.Print "Precision for timing unit 'tuMicroseconds' is " & _ 343 | IIf(dtp > (100000@ / F), dtp, (100000@ / F)) & " nanoseconds." 344 | End Sub 345 | --------------------------------------------------------------------------------