[issue37371] Optimize and refactor readline().

2019-06-25 Thread Shlomi Fish
Shlomi Fish added the comment: @Serhiy: here is the test data - https://www.shlomifish.org/Files/files/arcs/0fc-log--python-37371-issue.7z (shlomif[0fc]:$this$ sha256sum 0fc-log--python-37371-issue.7z aad93f103e255222ab8a06b9cc1c0930c6fc451ea148c46e098c74aa19aec021 0fc-log--python-37371-is

[issue37371] Optimize and refactor readline().

2019-06-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What are results of benchmarking? Could you please provide a test data so I could reproduce benchmarking? -- ___ Python tracker ___ __

[issue37371] Optimize and refactor readline().

2019-06-24 Thread Shlomi Fish
Shlomi Fish added the comment: @Serhiy: I used https://github.com/shlomif/freecell-pro-0fc-deals/blob/master/collect-stats.py . -- ___ Python tracker ___

[issue37371] Optimize and refactor readline().

2019-06-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Could you please provide some mickrobenchmarks that shows the performance boost? -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue37371] Optimize and refactor readline().

2019-06-22 Thread Michele Angrisano
Change by Michele Angrisano : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue37371] Optimize and refactor readline().

2019-06-22 Thread Shlomi Fish
New submission from Shlomi Fish : See: https://github.com/python/cpython/pull/14306 === 1. Merge two duplicate branches. 2. Extract some constants. 3. Convert to prefix-++ instead of suffix-++. === Benchmarks: before: + PATH=/home/shlomif/apps/python3/bin:/home/