<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench, branch artifact</title>
<subtitle>benchmark tool for POSIX memory allocators</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/'/>
<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>ignore cache/*</title>
<updated>2019-09-21T16:40:47+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-21T16:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=3870f15eded2dd24243de2b6cbe3abcf6e9050a5'/>
<id>3870f15eded2dd24243de2b6cbe3abcf6e9050a5</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>add artifacts</title>
<updated>2019-09-21T12:04:26+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-21T12:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=84eec0baba49bff0a5c2b64834bc2d75d687e7b5'/>
<id>84eec0baba49bff0a5c2b64834bc2d75d687e7b5</id>
<content type='text'>
Artifacts are downloadable external ressources. They provide their
ressource (vcs commit, extracted archive) using Artifact.provide.
GitArtifact download a bare git repository and provides specific
commits using worktrees.

Use GitArtifact for the linux kernel source
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Artifacts are downloadable external ressources. They provide their
ressource (vcs commit, extracted archive) using Artifact.provide.
GitArtifact download a bare git repository and provides specific
commits using worktrees.

Use GitArtifact for the linux kernel source
</pre>
</div>
</content>
</entry>
<entry>
<title>only search for Makefiles in src/</title>
<updated>2019-09-21T01:47:26+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-21T01:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=e0afb407840490bd2edd8b70858307824d87b243'/>
<id>e0afb407840490bd2edd8b70858307824d87b243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add fd benchmark</title>
<updated>2019-09-19T12:26:22+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-19T12:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=5ed1251cfdc05be59f1d9d1dea4fed3bfedcd3e6'/>
<id>5ed1251cfdc05be59f1d9d1dea4fed3bfedcd3e6</id>
<content type='text'>
benchmark inspired by this blog post.
https://dev.to/sharkdp/an-unexpected-performance-regression-11ai
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
benchmark inspired by this blog post.
https://dev.to/sharkdp/an-unexpected-performance-regression-11ai
</pre>
</div>
</content>
</entry>
<entry>
<title>add blowup test</title>
<updated>2019-09-19T08:45:06+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-19T08:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=b121c1dabaf8d4bf686cce319f36a078463b0a80'/>
<id>b121c1dabaf8d4bf686cce319f36a078463b0a80</id>
<content type='text'>
Blowup tests the described blowup problem of ptmalloc described in the
TCMalloc post.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Blowup tests the described blowup problem of ptmalloc described in the
TCMalloc post.
</pre>
</div>
</content>
</entry>
<entry>
<title>add perm substitution for benchmarks with empty args</title>
<updated>2019-09-19T08:43:56+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-19T08:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=0e85d0b2fecb40be3239582bffd710358de08858'/>
<id>0e85d0b2fecb40be3239582bffd710358de08858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add streamflow allocator</title>
<updated>2019-09-18T12:23:35+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-18T12:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=4110878053aebf4afbf2d6371d4e6d5375926bb1'/>
<id>4110878053aebf4afbf2d6371d4e6d5375926bb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
