locsmith / xcamshift

xcamshift - a port of the camshift chemical shift force-field for xplor-nih
1 stars 0 forks source link

remove python code from tight inner loops #53

Open locsmith opened 10 years ago

locsmith commented 10 years ago

currently the components used by the tight inner loops are stored in pyton structures. However, these will cause a slow down due to data access. so we need to replace them with structures which store data in C arrays...