worm
worm copied to clipboard
Use of XInternAtoms instead of XInternAtom
It should be possible to use XInternAtoms function instead of XInternAtom in getNetAtoms() and getNetAtoms() functions from worm/atoms.nim to speed it up.
Thanks for the suggestion, you're right! Didn't know that existed.