<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench/src/allocator.py, branch pgfplots</title>
<subtitle>benchmark tool for POSIX memory allocators</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/'/>
<entry>
<title>use class members like normal people</title>
<updated>2019-12-28T16:55:19+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-12-28T14:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=438c90a220fbb2f2672664f60cab4f3b1daa870e'/>
<id>438c90a220fbb2f2672664f60cab4f3b1daa870e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix allocator.py</title>
<updated>2019-12-18T16:56:31+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-12-18T16:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=4926cd110c2bad4e8feab8019ab7f825c912feb4'/>
<id>4926cd110c2bad4e8feab8019ab7f825c912feb4</id>
<content type='text'>
* Don't override members of subclasses
* Fix patching
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't override members of subclasses
* Fix patching
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt allocator.py with yapf</title>
<updated>2019-12-14T16:49:37+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-12-14T16:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=14d7242eb119572203eb8479f21da8a5166d33a2'/>
<id>14d7242eb119572203eb8479f21da8a5166d33a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor allocator.py</title>
<updated>2019-12-14T16:44:29+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-12-14T16:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=a42f1009906e53bb7b33899cc6e97f782349e327'/>
<id>a42f1009906e53bb7b33899cc6e97f782349e327</id>
<content type='text'>
Use run_cmd instead of subprocess.run.
Explicitly declare all known members.
Don't rebuild linker cache when building LIBRARY_PATH
Use isinstance instead of type()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use run_cmd instead of subprocess.run.
Explicitly declare all known members.
Don't rebuild linker cache when building LIBRARY_PATH
Use isinstance instead of type()
</pre>
</div>
</content>
</entry>
<entry>
<title>improve patch handling in allocator.py</title>
<updated>2019-10-13T15:16:35+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-10-13T15:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=19e1ff660db8a6653d67884d10bc830babc1560d'/>
<id>19e1ff660db8a6653d67884d10bc830babc1560d</id>
<content type='text'>
* patches are only applied if they aren't applied already
* patch no uses -p0 so git diff patches must be adjusted
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* patches are only applied if they aren't applied already
* patch no uses -p0 so git diff patches must be adjusted
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ArchiveArtifacts</title>
<updated>2019-09-22T16:35:47+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-22T16:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=cac85412d757b6054436dc9c63d30db645bc93ea'/>
<id>cac85412d757b6054436dc9c63d30db645bc93ea</id>
<content type='text'>
ArchiveArtifacts check a downloaded archive against a provided checksum.
The Archive is downloaded to cache/&lt;name&gt;/&lt;name&gt;.&lt;format&gt;.
The only suported format is tar.
ArchiveArtifacts can be used as sources of an Allocator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ArchiveArtifacts check a downloaded archive against a provided checksum.
The Archive is downloaded to cache/&lt;name&gt;/&lt;name&gt;.&lt;format&gt;.
The only suported format is tar.
ArchiveArtifacts can be used as sources of an Allocator.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix patchdir</title>
<updated>2019-09-21T23:08:39+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-21T23:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=73d96dce951aa2cd49c948e526ae552a05df345d'/>
<id>73d96dce951aa2cd49c948e526ae552a05df345d</id>
<content type='text'>
The designated patchdir of an Allocator class is located at
src/allocators/&lt;class name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The designated patchdir of an Allocator class is located at
src/allocators/&lt;class name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing patchdir</title>
<updated>2019-09-21T16:51:57+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-21T16:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=9f7950b020ce4d9bb91e9e3722729d5b51b2ede3'/>
<id>9f7950b020ce4d9bb91e9e3722729d5b51b2ede3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace AllocatorSources with Artifacts</title>
<updated>2019-09-21T16:38:25+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-21T16:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=213e5625a9aa677230f261fcee01086f9ee1f850'/>
<id>213e5625a9aa677230f261fcee01086f9ee1f850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve debug output of Allocator.build</title>
<updated>2019-09-11T18:34:01+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-11T18:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=15d36ece5c0b905769f015343de4ed3afc7a9553'/>
<id>15d36ece5c0b905769f015343de4ed3afc7a9553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
