monster860 / FastDMM

A robust BYOND map editor
GNU General Public License v3.0
35 stars 16 forks source link

Various fixes and improvements #7

Closed ghost closed 8 years ago

ghost commented 8 years ago

The reasoning behind adding CachedPattern is simple, FastDMM currently re-compiles and re-builds it's patterns each time we want to match and compare something, which is quite expensive.

Doing it this way should make it even faster, once we implement it.