robin-map-devel-1.3.0-bp156.2.3.1<>,*fKAI%z fI9[}rP y^|IV[dB Ar. H|GI@+gб,"K$ۙ .J2kOç' B*33FA gSk((j_L e<}Rp;u`w%5vsvd+ 6uǐ0|سB8;]M~]ZfwXx.(?Vs`b;[[5ޅ -/f>9?|DG/.EgBYnւ} !m(7 ȗ#=|H``$|Y'#a[^-ea?"HVnzO(47_y U<%A`Xtg_߈mAkoa4XnCԑgoztr'15cIRA\tDHo:*VW_0,>>?d $ p )26 O[       (  u     :`  /( K8 T9 h: =FUGl H I XY\ ]8 ^ bcd*e/f2l4uH v|w x y<z@PTZCrobin-map-devel1.3.0bp156.2.3.1C++ implementation of a fast hash map and hash set using robin hood hashingThe robin-map library is a C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions. Four classes are provided: tsl::robin_map, tsl::robin_set, tsl::robin_pg_map and tsl::robin_pg_set. The first two are faster and use a power of two growth policy, the last two use a prime growth policy instead and are able to cope better with a poor hash function. Use the prime version if there is a chance of repeating patterns in the lower bits of your hash (e.g. you are storing pointers with an identity hash function). See GrowthPolicy for details. A benchmark of tsl::robin_map against other hash maps may be found here. This page also gives some advices on which hash table structure you should try for your use case (useful if you are a bit lost with the multiple hash tables implementations in the tsl namespace).fKAi02-ch1aQSUSE Linux Enterprise 15openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://github.com/Tessil/robin-maplinuxnoarch/Npb] ZNA큤A큤A큤A큤fKAf".f".f".f".fKAfKAfKAfKAfKAf".fKAf".e0698fb2350d47ed5664af3457431dcabc3004b1a034038ae704cab04bef200b1065186b57b984a0fff646c9f7817692fcfe3ece936dc3551392e1e0e90b2f2923bf96fe93dc5aea9b1e002d0df1cb91fa24cccbfa74ce0573f44bba865d20ab1cfb73344b604c60cec68e21c67796945985f0924d79b145f151d717704c7f5437d94a59cad89641dc70de06a857af5e97b2f816a5a0a8029bad5824e7180d5a6fe1e4dd8adb3b39ec4d2e68da3179dc5837e535de319a141343982729eb972d1812d4e6bc2c4c670562f7a459472efd2f457f02ae39a1fe91bd0dd3478e0d8cbaf3e7367aca4b0900209167c9ac34abfa44290be3bdeffe152598178d42cfe811f2c685ba565a31aef1219f63a7a8845602c97bff70016b9e3278dfe51a2ec5rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrobin-map-1.3.0-bp156.2.3.1.src.rpmcmake(tsl-robin-map)robin-map-devel    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3fuk@dsB@b`:4@^=@Friedrich Haubensak Antoine Belvire Antoine Belvire Antoine Belvire Dave Plater - Update to version 1.3.0: * Add erase_fast(iterator pos) method which in contrast to erase(iterator pos) doesn't return an iterator, avoiding the cost of looking for the next element after erasure of the element at iterator pos. - Changes of version 1.2.2: * Specify library version & versioning rules in headers * Mark error_message in numeric_cast as unused to avoid compiler warning in some cases * Remove support for CMake < 3.3- Update to version 1.2.1: Fix missing project version increment in CMake. - Changes of version 1.2.0: * Fix a rare but critical bug which only occurs when a very long collision chain (> 32 767) occurs due to a poor hash function (gh#Tessil/robin-map#52). * Replace deprecated std::aligned_storage since C++23 by alignas (gh#Tessil/robin-map#61). * Raise DIST_FROM_IDEAL_BUCKET_LIMIT to 8192. * Clear and shrink the moved hash table in the move operator to be coherent with the move constructor. * When using C++17, std::launder the reinterpreted pointer from std::aligned_storage to adapt to the change of object model introduced in P0137R1. Fix potential but very unlikely undefined behaviour. * When exceptions are disabled, only print the error message when defined(TSL_DEBUG) instead of !defined(NDEBUG). * Check that bucket_count doesn't exceed max_bucket_count() after the constructor initialization.- Update to version 1.0.1: * For the tests, force the usage of the Boost static libraries by setting Boost_USE_STATIC_LIBS to ON in CMake (gh#Tessil/robin-map#50). - Changes from version 1.0: * Add support for efficient serialization. * Remove compilation warnings when -Wshadow flag is set. * Fix USE_STORED_HASH_ON_REHASH to return true when bucket_count is 0, STORE_HASH is true and is_power_of_two_policy::value is true. * Fix CMake warning by specifying a project language before including GNUInstallDirs. * Create a local tsl-robin-mapTargets.cmake (gh#Tessil/robin-map#45).- Update to version 0.6.3: * Fix gh#Tessil/robin-map#26: Raise the maximum possible size of the hash table when using the prime_growth_policy on a 64-bit platform. * Fix gh#Tessil/robin-map#31: When min_load_factor() > 0, the clear() method will also reset the bucket_count of the hash table to 0. * Fix shrink when min_load_factor is set and a range erase with end() as last is called. The m_try_skrink_on_next_insert was not correctly set. * Fix gh#Tessil/robin-map#33: The value function of a const iterator can now be called and returns a mutable reference to the underlying value_type. - Ran spec-cleaner.- Created robin-map package from Fedora source rpm to enable OpenImageIO > 2.0.0 to build to enable OpenShadingLanguage to be updated and build with LLVM10.i02-ch1a 1721387841 1.3.01.3.0-bp156.2.3.1tslrobin_growth_policy.hrobin_hash.hrobin_map.hrobin_set.htsl-robin-maptsl-robin-mapConfig.cmaketsl-robin-mapConfigVersion.cmaketsl-robin-mapTargets.cmakerobin-map-develREADME.mdrobin-map-develLICENSE/usr/include//usr/include/tsl//usr/share/cmake//usr/share/cmake/tsl-robin-map//usr/share/doc/packages//usr/share/doc/packages/robin-map-devel//usr/share/licenses//usr/share/licenses/robin-map-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:18480/openSUSE_Backports_SLE-15-SP6_Update/774b80ef00ed2352634c0ad795d6506b-robin-map.openSUSE_Backports_SLE-15-SP6_Updatedrpmxz5noarch-suse-linuxdirectoryC++ source, ASCII textASCII textC source, ASCII text, with very long linesPxl>8Z%uutf-870228109f3a54dbf04d978f7b296380d7f2361c6859f3462276354e859fa3ad4? 7zXZ !t/ ]"k%M!2vﺭm Y>bykP7:Y!*Ժo"!hw $.^T9k*  bS{O94K^ ;62,P_g0{|!f/bQVQRРi>A'Mur4zVo=Q~''{l*kPIp(U**Cq}4IH nCB4e|ULz\B(՟ʊH߇!g~\9q?`g@r*+J+tJ唌*qrO輟d+fՃoIM 0AQ%N2]}!gS^s׽\h*/$R޿]?[s|hFHҜA5}\SB Ԡ*f>RArw1sꭣ>;<41*fK+Go/%mu걳u7g>k/AUȯQƺ"\;j>Obo9B[PY^NjK.L s.4ZZSJͦjJZ]A( \~A'xBr YmnF,YL m=at@2T8+~ćZvK}J} B ֜JL:FNgv2({l4>(hm-9!Sddse3g9l+eٽ{s[bQ(ϊ}a5UBUإ,aXe[C&gZtҰZ(T8וPayI F>Oj7V:$'wN&lPCW>_ZGқOɲڮ*V۩#bR+o Q-4fewЮ&:8Β8(~ct8pξOD>n]mz 1/i!%_iaQ|l}#+1bV~WdQxQ2ǘbo6c} TKCq}Iq߄u 3g7qQY7^nkit&Zs}|f;KZ{ϗ-9/F~jH}!q2UeB o9YGw(oeB)vG9ڡ_:4xTw:$negAABBD+<`yr]O$\J>MkQ*:m5TifW _4S34DJ2@sGd8}GWʶĉќZjCF<lv+2 rHUM eՏ3{>ʺBrE[:Ӣt?Oo bOofι*E=18/tLz>\!B*҆"[:cVP2'Jg"ψ*-,=>OI0,˄q~G6Bg4|%X (q?m3BRf˚rV'PhQܐ6Oٛh+Hx\^[@RBL\N'փFI%#3&QŗH+Yg92@{P*NDT{z珄BdqZMϖ *$~ЬLD$ ndރ94imh֋,:2?;?d4 YZ