Re: [Numpy-discussion] Comment published in Nature Astronomy about The ecological impact of computing with Python

2020-11-25 Thread YueCompl
ards, > Hameer Abbasi > > -- > Sent from Canary <https://canarymail.io/> > > On Mittwoch, Nov. 25, 2020 at 9:07 AM, YueCompl <mailto:compl@icloud.com>> wrote: > Great to know. > > Skimmed through the project readme, so TACO currently generat

Re: [Numpy-discussion] Comment published in Nature Astronomy about The ecological impact of computing with Python

2020-11-25 Thread YueCompl
d-thesis.pdf> > > -- > Sent from Canary <https://canarymail.io/> > > On Dienstag, Nov. 24, 2020 at 7:22 PM, YueCompl <mailto:compl@icloud.com>> wrote: > Is there some community interest to develop fusion based high-performance > array programming? Some

Re: [Numpy-discussion] Comment published in Nature Astronomy about The ecological impact of computing with Python

2020-11-25 Thread YueCompl
I'm imagining a study on programmer and maintainer's time spent on a given problem, tackled in different programming languages, maybe Python can be shown to reduce GHG on the contrary. It goes like this: Many human programmers/administrators/managers eat beef or likes as they grow up, as cattle

Re: [Numpy-discussion] Comment published in Nature Astronomy about The ecological impact of computing with Python

2020-11-24 Thread YueCompl
Is there some community interest to develop fusion based high-performance array programming? Something like https://github.com/AccelerateHS/accelerate#an-embedded-language-for-accelerated-array-computations

Re: [Numpy-discussion] start of an array (tensor) and dataframe API standardization initiative

2020-11-11 Thread YueCompl
This is great! I'm working on some Haskell based mmap shared array lib, with Python like surface language API. I would adhere to such standard very willingly. A quick skim but I can't find dataframe related info, that's scheduled for the future? Will take Pandas as primary reference? Thanks wi

Re: [Numpy-discussion] Numpy doesn't use RAM

2020-03-24 Thread YueCompl
An alternative solution may be https://docs.scipy.org/doc/numpy/reference/generated/numpy.memmap.html If you are sure your subsequent computation against the array data has enough locality to avoid thrashing, I think numpy

Re: [Numpy-discussion] Interest to port Numpy to Haskell, with Accelerate/Repa to do the crunching?

2020-01-21 Thread YueCompl
m such interfaces for > great good and fun. I see you are pioneering in this area, take my admiring, > and I started following you on github, looking forward to hear from you more. > > btw I'm behind China's Great Fire Wall, access to some western sites are > banned bad

[Numpy-discussion] Interest to port Numpy to Haskell, with Accelerate/Repa to do the crunching?

2020-01-20 Thread YueCompl
Hello folks, Myself a long time Numpy user, and recently done some Haskell stuff, Please have a look at https://github.com/e-wrks/edh/tree/master/Tour#defining-more-magic-methods and https://github.com/e-wrks/edh/tre