home/categories/nosql-databases/theorcdev-8bitcn-ui-claude-skills-js-set-map-lookups-skill-md
nosql-databasesdatabases

js-set-map-lookups

Use Set and Map for O(1) membership lookups instead of array.includes(). Apply when checking membership repeatedly or performing frequent lookups against a collection.

TheOrcDev
maintainer
TheOrcDev
آخر تحديث 1/16/2026
النجوم
1797
التفرعات
109
quick start

Installation and usage

Use Set and Map for O(1) membership lookups instead of array.includes(). Apply when checking membership repeatedly or performing frequent lookups against a collection.

التثبيت
$ install --globalskills.sh
الاستخدام

بعد التثبيت، يمكنك استخدام هذه المهارة بتشغيل الأمر التالي في الطرفية:

skills use js-set-map-lookups