Removed SET_ALIAS.
For some reason, static inline wrappers for vector/set/map functions are slower than non-static functions -- by 25% of total runtime! Replacing the two used SET_ALIAS with SET_DECL + SET_IMPL has no measurable effect on the running time.
Loading
Please register or sign in to comment