An open API service indexing awesome lists of open source software.

https://github.com/taichi-dev/faster-python-with-taichi


https://github.com/taichi-dev/faster-python-with-taichi

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Faster Python with Taichi

With three examples:
1. [Count Primes](https://github.com/taichi-dev/faster-python-with-taichi/blob/main/count_primes.py)
2. [Longest Common Subsequence](https://github.com/taichi-dev/faster-python-with-taichi/blob/main/lcs.py)
3. [Reaction-Diffusion Process](https://github.com/taichi-dev/faster-python-with-taichi/blob/main/reaction_diffusion_taichi.py)