<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/sparsehash, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-06-20T01:09:05Z</updated>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-20T01:09:05Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-06-20T01:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d8368bbc25c90072a19b5e48f0fba26251b6877f'/>
<id>urn:sha1:d8368bbc25c90072a19b5e48f0fba26251b6877f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 0.4, provided by Aleksey Cheusov in PR 34063:</title>
<updated>2006-08-03T19:46:42Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-08-03T19:46:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0c300c7289ef30857a5a0e05907f3e2936e5430d'/>
<id>urn:sha1:0c300c7289ef30857a5a0e05907f3e2936e5430d</id>
<content type='text'>
Mon May  2 07:04:46 2005  Google Inc.

	* sparsehash: version 0.2 release
	* Preliminary support for msvc++ compilation. (csilvers)
	* Documentation fixes -- some example code was incomplete! (csilvers)
	* Minimize size of config.h to avoid other-package conflicts (csilvers)
	* Contribute a C-based version of sparsehash that served as the
	  inspiration for this code.  One day, I hope to clean it up and
	  support it, but for now it's just in experimental/, for playing
	  around with. (csilvers)
	* Change default namespace from std to google. (csilvers)

Thu Nov  3 20:12:31 2005  Google Inc.

	* sparsehash: version 0.3 release
	* Quiet compiler warnings on some compilers. (csilvers)
	* Some documentation fixes: example code for dense_hash_map. (csilvers)
	* Fix a bug where swap() wasn't swapping delete_key(). (csilvers)
	* set_deleted_key() and set_empty_key() now take a key only,
	  allowing hash-map values to be forward-declared. (csilvers)
	* support for std::insert_iterator (and std::inserter). (csilvers)


Sun Apr 23 22:42:35 2006  Google Inc.

	* sparsehash: version 0.4 release
	* Remove POD requirement for keys and values! (austern)
	* Add tr1-compatible type-traits system to speed up POD ops. (austern)
	* Fixed const-iterator bug where postfix ++ didn't compile. (csilvers)
	* Fixed iterator comparison bugs where &lt;= was incorrect. (csilvers)
	* Clean up config.h to keep its #defines from conflicting. (csilvers)
	* Big documentation sweep and cleanup. (csilvers)
	* Update documentation to talk more about good hash fns. (csilvers)
	* Fixes to compile on MSVC (working around some MSVC bugs). (rennie)
	* Avoid resizing hashtable on operator[] lookups (austern)
</content>
</entry>
<entry>
<title>Uses C++.</title>
<updated>2006-06-01T22:42:48Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-06-01T22:42:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1d9caf74bc298ad131822059a434abba4f751a32'/>
<id>urn:sha1:1d9caf74bc298ad131822059a434abba4f751a32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.</title>
<updated>2005-04-11T21:44:48Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-04-11T21:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2560f48b2f5afa9fcb23e0718a2e2727ca7824cc'/>
<id>urn:sha1:2560f48b2f5afa9fcb23e0718a2e2727ca7824cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial import of Google SparseHash, an extremely memory-efficient hash_map</title>
<updated>2005-03-26T23:08:45Z</updated>
<author>
<name>jschauma</name>
<email>jschauma</email>
</author>
<published>2005-03-26T23:08:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d8568e6c876bd873138eacc22224a326ee8c3356'/>
<id>urn:sha1:d8568e6c876bd873138eacc22224a326ee8c3356</id>
<content type='text'>
implementation. with 2 bits/entry overhead!

The Google SparseHash project contains several hash-map implementations in use
at Google, with different performance characteristics, including an
implementation that optimizes for space and one that optimizes for speed.

SparseHash is a template library; there are no binaries to install.

SparseHash is distributed under the terms of the BSD License.
</content>
</entry>
</feed>
