Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-24 11:47:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-24 11:47:58 +0300
commitcd615f6fcc143cfd630a8d784ea8d59256cfe84e (patch)
treeb85a2d12cc689022f16173ba2bbdcb62a6f2b578 /build_files/package_spec
parent31c7d694e07f610b7a1e6aa44da43a2587511e80 (diff)
found moving verts in pythons 2.5 api is approx 10x slower because the multi-dimensional array assignment reads the array 3 times (typecheck, length-check & for-real).
the length check was running sequence checks on every number which would fail, small speedup by avoiding this. should eventually get this working faster by reading once into an allocated array.
Diffstat (limited to 'build_files/package_spec')
0 files changed, 0 insertions, 0 deletions