Skip to content
#

computer-graphics

Here are 2,188 public repositories matching this topic...

ailzhang
ailzhang commented Dec 30, 2021

As shown in taichi-dev/taichi#3910, replacing property with simple attributes can speedup python part of taichi a lot.
Lessons learned is that we should avoid using @property when applicable since it's expensive. So let's review the usage of @property in our python codebase and replace them as much as possible.

Here's a list of simple grep in our codebase showing

Improve this page

Add a description, image, and links to the computer-graphics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the computer-graphics topic, visit your repo's landing page and select "manage topics."

Learn more