Comment on: Pharo performance issues

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Comment on: Pharo performance issues

Pharo Smalltalk Users mailing list
Hi!

A friend of mine just just pointed this entry out to me

https://pharoweekly.wordpress.com/2019/04/02/about-performance-issues/


I spent quite some time with Alexandre Bergel's NeuralNetwork
implementation and stumbled across many implementations that cause
general performance issues.

While, I "fixed/altered" only those parts affecting my code, I would
offer to search trough the image an alter the parts similar to those
already altered.

In such case that somebody would like to move a greater amount of code
towards review and integration into current development how would the
process of such contribution look like?

The regular path of reporting bugs, or just forking on Github and pull
request?

I am extremely busy right now, but during the nights I could slowly
attempt to work some performance issues out.

Kind wishes,

Sebastian



Reply | Threaded
Open this post in threaded view
|

Re: Comment on: Pharo performance issues

Marcus Denker-4


I spent quite some time with Alexandre Bergel's NeuralNetwork implementation and stumbled across many implementations that cause general performance issues.

While, I "fixed/altered" only those parts affecting my code, I would offer to search trough the image an alter the parts similar to those already altered.

In such case that somebody would like to move a greater amount of code towards review and integration into current development how would the process of such contribution look like?

The regular path of reporting bugs, or just forking on Github and pull request?

The best is to first report an issue, then do a pull request. There is a pointer to a tutorial here:

https://github.com/pharo-project/pharo/blob/Pharo8.0/CONTRIBUTING.md

(If you get stuck somewhere, please tell… I think it might needs some update for Pharo8, it is on my TODO to check it carefully)


I am extremely busy right now, but during the nights I could slowly attempt to work some performance issues out.

That would be great!

Marcus