<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/test/performanceTests.py, branch sciteco-rel-5-6-2</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Add performance test for case-insensitive DBCS searching.</title>
<updated>2025-03-27T08:37:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2025-03-27T08:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b451f612b65dfe1ad678080e7b897733be310d01'/>
<id>b451f612b65dfe1ad678080e7b897733be310d01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update unittest method names to work with Python 3.12.</title>
<updated>2023-11-05T01:13:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-11-05T01:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=55dd3523203ba7210b3f3b6c658c5bfb7d2d992b'/>
<id>55dd3523203ba7210b3f3b6c658c5bfb7d2d992b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some warnings from ruff.</title>
<updated>2023-03-14T22:45:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2023-03-14T22:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=481b5651df9bd160d4ff1f1ba471eead61a53252'/>
<id>481b5651df9bd160d4ff1f1ba471eead61a53252</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detangle ASCII and multi-byte code for case-insenstive UTF-8 searches.</title>
<updated>2022-12-01T22:48:42+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2022-12-01T22:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=85dd43cb420a7be3cd5ec2520f55685327978af0'/>
<id>85dd43cb420a7be3cd5ec2520f55685327978af0</id>
<content type='text'>
This avoids some work for the common case of ASCII text, which can reduce time
taken for search in text that is ASCII or almost-all ASCII by 30%.
Ensures that the bytes variable is always initialized.
There are a small gains possible by making other minor changes but they would
increase code length and add complexity.
Add performance test for UTF-8 search in almost-all ASCII document.
Increase size of test cases for more consistent results on faster computers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids some work for the common case of ASCII text, which can reduce time
taken for search in text that is ASCII or almost-all ASCII by 30%.
Ensures that the bytes variable is always initialized.
There are a small gains possible by making other minor changes but they would
increase code length and add complexity.
Add performance test for UTF-8 search in almost-all ASCII document.
Increase size of test cases for more consistent results on faster computers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove XiteQt.py as ScintillaEditPy is no longer included in Scintilla</title>
<updated>2021-11-12T03:33:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2021-11-12T03:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2e30b0e2a18037ed362564ba3c150ad8d8459b2b'/>
<id>2e30b0e2a18037ed362564ba3c150ad8d8459b2b</id>
<content type='text'>
and the required PySide library no longer supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and the required PySide library no longer supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Python versions for files that may involve PySide on Linux which requires</title>
<updated>2020-04-17T10:26:40+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-17T10:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c16dc29844747f1f04b30cfce3d8badecd07bdbe'/>
<id>c16dc29844747f1f04b30cfce3d8badecd07bdbe</id>
<content type='text'>
Python 2 still. On Windows, Python3 is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2 still. On Windows, Python3 is used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for perf_counter before using as not available on Python 2 used for PySide</title>
<updated>2018-04-17T22:48:37+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-17T22:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e16b365fa138a7c2f0eaa1406cfeca406235a0c5'/>
<id>e16b365fa138a7c2f0eaa1406cfeca406235a0c5</id>
<content type='text'>
on Linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on Linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch performance tests to more accurate timer.</title>
<updated>2018-04-17T22:23:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-04-17T22:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=652f4c0471ee7b98b1012128eadd66b21fc06dd6'/>
<id>652f4c0471ee7b98b1012128eadd66b21fc06dd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to work on more versions of Python.</title>
<updated>2013-07-08T11:28:41+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-08T11:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7f87ee309f0024f0877499854cfc22fc82e46008'/>
<id>7f87ee309f0024f0877499854cfc22fc82e46008</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for searching performance.</title>
<updated>2013-07-07T01:58:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-07-07T01:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=32483ae48a949f690435838ee4de392df33d26c5'/>
<id>32483ae48a949f690435838ee4de392df33d26c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
