einsteinpy: jit all the functions which are slow
π Problem
Some methods are tooo slow! For which we brought einsteinpy.ijit.jit
π― Goal
Make einsteinpy fast!
π‘ Possible solutions Identify the slow methods, and
from einsteinpy.ijit import jit
@jit
def ..
π Steps to solve the problem
- Comment below about what youβve started working on.
- Add, commit, push your changes
- Submit a pull request and add this in comments -
Addresses #<put issue number here>
- Ask for a review in comments section of pull request
- Celebrate your contribution to this project π
P.S : See https://github.com/einsteinpy/einsteinpy/issues/98#issuecomment-583766397
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 19 (13 by maintainers)
@SuyashSalampuria One good first issue is enough. You can dive into more complicated issues now π
@JeS24 This gives me a clear picture, thank you let me see on the other things you mentioned
@sanju50201 It is open. Feel free.
I would like to work on this.
Hey, Iβm looking out for some slow methods right now, interested in solving this issue once I find them.