— Put in js file, and module.exports the class
— Should follow this api:
s = new Set()
s.add(str)
s.has(str)
s.delete(str)
— I am eager to see if it is slower or faster
— As the dataset diversifies the algorithm will slow down, of course, but I am wondering about overall speed average
Message permanent page
— The nodejs module.exports?
— Module.exports = MySet;
— Just do that at the bottom