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
- Host: GitHub
- URL: https://github.com/taichi-dev/faster-python-with-taichi
- Owner: taichi-dev
- Created: 2022-07-27T02:48:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T05:18:56.000Z (over 3 years ago)
- Last Synced: 2025-04-19T13:44:37.591Z (about 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 81
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)