<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/test-string-pool.c, branch seen</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=seen</id>
<link rel='self' href='https://git.shady.money/git/atom?h=seen'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2011-03-22T23:32:58Z</updated>
<entry>
<title>vcs-svn: drop string_pool</title>
<updated>2011-03-22T23:32:58Z</updated>
<author>
<name>David Barr</name>
<email>david.barr@cordelta.com</email>
</author>
<published>2010-12-13T10:17:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=28c5d9ed2a2bc562bc8c50092f52f58b3aa08039'/>
<id>urn:sha1:28c5d9ed2a2bc562bc8c50092f52f58b3aa08039</id>
<content type='text'>
This reverts commit 1d73b52f5ba4184de6acf474f14668001304a10c
(Add string-specific memory pool, 2010-08-09).  Now that svn-fe
does not need to maintain a growing collection of strings (paths)
over a long period of time, the string_pool is not needed.

Signed-off-by: David Barr &lt;david.barr@cordelta.com&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add string-specific memory pool</title>
<updated>2010-08-15T02:35:37Z</updated>
<author>
<name>David Barr</name>
<email>david.barr@cordelta.com</email>
</author>
<published>2010-08-09T22:34:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1d73b52f5ba4184de6acf474f14668001304a10c'/>
<id>urn:sha1:1d73b52f5ba4184de6acf474f14668001304a10c</id>
<content type='text'>
Intern strings so they can be compared by address and stored without
wasting space.

This library uses the macros in the obj_pool.h and trp.h to create a
memory pool for strings and expose an API for handling them.

[rr: added API docs]
[jn: with some API simplifications, new documentation and tests]

Signed-off-by: David Barr &lt;david.barr@cordelta.com&gt;
Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
