Mercurial > touhou
log pytouhou/utils/vector.pxd @ 535:a50c0a1b628f
age | author | description |
---|---|---|
Wed, 18 Dec 2013 18:15:40 +0100 | Emmanuel Gil Peyrot | Make vector a struct, allocate it directly on the stack, and thus pass it by copy, which is much less expensive than a python allocation. |