https://github.com/simongog/sdsl-lite
Name Target Message Date
HEAD c32874c Merge pull request #414 from chrisbarber/master delete double semi-colon 11 December 2019, 06:26:56 UTC
refs/heads/address318 6c4f5a0 #318: Added warning if git is not installed 25 March 2016, 10:11:07 UTC
refs/heads/better_sampling bb3a4b9 Access to select_marked. 06 February 2014, 21:44:42 UTC
refs/heads/csa_sada_qgramC 22e6223 Simplified rank_bwt 29 April 2016, 05:56:09 UTC
refs/heads/cst_fully_integration 5048ac0 Added more functionality to cst_fully Now only methods * id(v) and * inv_id(i) are missing. cst_fully was also added to tests. 03 June 2015, 12:06:25 UTC
refs/heads/dac_vector a768a20 Added header for default template parameter. 26 April 2014, 16:00:35 UTC
refs/heads/develop-v3 47c8cc2 Merge pull request #234 from mpetri/win-enhancements Win enhancements 26 March 2015, 04:27:32 UTC
refs/heads/direct_cst_sada_construction f707c9a Added direct construction of cst_sct3 by Baier, Beller, and Ohlebusch 08 November 2016, 14:34:12 UTC
refs/heads/doc_option ec4ba37 Add link to API reference. 09 September 2015, 12:57:42 UTC
refs/heads/fast_first_bw_step 32e568f Avoid ranks in backward search... ...if the searched symbol does not occur in the index or it is the first step of the search. 17 September 2015, 14:00:41 UTC
refs/heads/fix 11f7858 Added contributer. 17 October 2014, 13:39:34 UTC
refs/heads/fix#248 e277b62 Fix issue #248. 04 June 2015, 14:35:19 UTC
refs/heads/fix303 f0b7eb3 Address issue #303 again 28 January 2016, 14:21:56 UTC
refs/heads/fix307 0fc9fda Update README.md 14 February 2016, 14:00:20 UTC
refs/heads/fix309 7fb8105 Fix issue #309. Thanks @le-van Added missing include for std::array in wt_helper.hpp. 05 March 2016, 09:04:54 UTC
refs/heads/fix331 0c2fac2 Disable clang compilation on linux at travisCI 13 June 2016, 07:52:15 UTC
refs/heads/fix339 b4377d6 Fixed bug 13 September 2016, 11:48:51 UTC
refs/heads/fix370 7a21b4c Fix issue #370 15 May 2017, 06:17:26 UTC
refs/heads/fix_210 cf91b56 Fix for issue #210 char2comp now checks if the character is in the alphabet. The std:: namespace prefix was also added in the io.hpp for stoull (see issue #212). 26 November 2014, 10:23:01 UTC
refs/heads/fix_265 5cafc6c Addressing issue 265 02 September 2015, 16:07:51 UTC
refs/heads/fix_SE_LCP cb4d724 Fix bug in space-efficient LCP construction Thanks Jouni for finding and fixing this bug. 20 April 2015, 12:57:21 UTC
refs/heads/fix_children_op 01121b2 Fixed undefined behaviour in children method of CSTs. 03 September 2015, 12:09:28 UTC
refs/heads/fix_comma_2 d3ce7c6 Address issue #224. Thanks @KellyJDavis 03 March 2015, 19:07:18 UTC
refs/heads/fix_comma_init c298f8c Address issue #222 03 March 2015, 10:03:31 UTC
refs/heads/fix_compare b3089e2 Fixes compile error (signed/unsigned int issue) 08 May 2015, 07:01:28 UTC
refs/heads/fix_cst_const_and_typo 50f723d Fixed typo in cheatsheet + added const qualifier at child operator of CSTs. Thanks Christian for pointing this out. 18 March 2015, 07:37:57 UTC
refs/heads/fix_install e098bf7 Addressed issue #177 by escaping .gitignore file. 19 March 2014, 22:04:28 UTC
refs/heads/fix_issue_265 5e10db7 Address issue 265 03 September 2015, 13:08:46 UTC
refs/heads/fix_lo d1936e4 Use 8-bit LUT instead of 4-bit LUT. Thanks to Tomohiro for pointing this out. 07 November 2016, 08:50:01 UTC
refs/heads/fix_rank0_sd 4bbf258 Rank_0 was not tested and contained a bug for rank queries at the start of the bitvector 03 June 2014, 00:14:56 UTC
refs/heads/fix_sd_vector_builder 8967714 Add accidentially deleted tparam list again 29 June 2016, 13:21:18 UTC
refs/heads/fix_wt_benchmark 3699820 Update csa_wt template parameters. 13 March 2015, 09:01:09 UTC
refs/heads/hyb_sd_vector 33fb829 added wt fbb 14 May 2016, 12:25:07 UTC
refs/heads/hyb_sd_vector_slow e0145d9 Merge branch 'hyb_sd_vector_slow' of github.com:simongog/sdsl-lite into hyb_sd_vector_slow 15 November 2016, 07:48:33 UTC
refs/heads/hybrid_bitvector d7eda41 Renaming hybrid_bitvector to hyb_bitvector. 13 October 2014, 11:59:01 UTC
refs/heads/implicit_sentinel 0dca6cd Code housekeeping Fixed compile error: select -> select_bwt No need to check for empty WT in CSA construction Removed unnecessary comments 28 April 2015, 13:22:15 UTC
refs/heads/issue_365 d46ad76 Handle shifts by 128 30 March 2017, 19:49:24 UTC
refs/heads/k2_treap 7767a30 Fixed case: n=1 30 September 2014, 19:42:50 UTC
refs/heads/lecture 28d7299 New version. 17 October 2014, 13:31:36 UTC
refs/heads/libdivsufsort_as_submodule 2a0cae2 Update README.md 06 September 2015, 19:24:52 UTC
refs/heads/master c32874c Merge pull request #414 from chrisbarber/master delete double semi-colon 11 December 2019, 06:26:56 UTC
refs/heads/minor_fixes 94cd36d Some minor small fixes. 08 May 2014, 09:26:12 UTC
refs/heads/new_wt 8ec8eae Iterator difference now declared const. stable_sort requires that the difference iterator is declared const. 13 November 2014, 08:34:24 UTC
refs/heads/optimize_cst_sct3_for_large_alphabet 58337c5 Added timeout for `select_child(v,i)` test. The method is linear in cst_sada right now. A timeout was added to reduce the test time. 19 March 2014, 04:23:19 UTC
refs/heads/optimize_expand 4e019bf Fix 0-byte error in input file. 01 April 2014, 06:49:28 UTC
refs/heads/optimized_enc_vector 9038db1 Add benchmark script. 12 January 2015, 14:56:04 UTC
refs/heads/rank_select_11 bf7f7f8 Add support for bitpattern `00` and `11` for rank_support_v, rank_support_v5, and select_support_mcl. Tests were adjusted accordingly. 25 February 2015, 09:34:42 UTC
refs/heads/rank_select_for_sd_vector ac35b8a Added rank_0 and select_0 for sd_vector. - Tests for select_1 and select_0 merged - Fixed bug in BitVectorGenerate - Removed rank_support_bs 03 May 2014, 19:47:45 UTC
refs/heads/ranked_document_retrieval 044c11c modifed the trec8 collection config for haathee 27 November 2013, 01:35:47 UTC
refs/heads/revert-357-int_vector_mapper 7d14cfb Revert "Int vector mapper" 30 November 2016, 05:42:19 UTC
refs/heads/sd-vec-itr-ctr 54a1f52 added iterator constructor for sd_vector 06 October 2014, 11:31:01 UTC
refs/heads/sd_vector_sel0 49fd6fd Add faster select_0 for sd_vector Use class select_0_support_sd<> to use this functionality. It should take less than 2m bits of space (where m is the number of set bits in the original bitvector). 08 June 2014, 10:00:04 UTC
refs/heads/simple_write_structure a769bfd Renamed file. 23 June 2015, 09:11:41 UTC
refs/heads/smaller_operator_for_wt_nodes b9b1448 Added smaller and greater comparator to wt_nodes. A method `empty(const node_type& v)` was also added. 14 March 2014, 07:21:56 UTC
refs/heads/standalone_lcp_index_types f470f71 Addressed issue #259 Added construction method for standalone compressed LCP representations. See examples/standalone_lcp.cpp for an example. 18 July 2015, 13:03:15 UTC
refs/heads/strategic_measurement 9c73505 Fixed bug in occurrence statistics program. Thanks to Szymon Grabowski for pointing out this bug. 14 May 2014, 00:58:58 UTC
refs/heads/tests_cmake a49175e Merge branch 'master' into tests_cmake Conflicts: include/sdsl/suffix_trees.hpp 24 September 2015, 15:14:03 UTC
refs/heads/track_memory_of_ram_fs b178794 Working prototype 30 November 2016, 02:02:03 UTC
refs/heads/tutorial 1d8c366 Example of some wavelet-tree template parameters. 25 September 2013, 14:32:53 UTC
refs/heads/uint64_t_iterator d31b000 Generalized enc_vector (caution: ABI has chanced) It is now possible to specify the bitvector type used to store the encoded deltas. Example: `enc_vector<coder::elias_delta, 32, rrr_vector<63>>` uses Elias-delta code, samples every 32th value, and uses` rrr_vector<63>` to store the string of encoded deltas. Default bitvector type is `bit_vector`. 19 December 2013, 00:16:18 UTC
refs/heads/wt_constructors a98eb9f Added single argument constructor which takes an int_vector_buffer and delegates to the constructor which takes an int_vector_buffer and the size of the int_vector_buffer. 18 March 2015, 10:34:55 UTC
refs/heads/wt_node_iterator 1e5fe3d Added new WT methods to cheat sheet. 21 December 2015, 20:22:21 UTC
refs/tags/C++11v1 91f6f5b Merge pull request #42 from mpetri/topk-wt-methods quantile topk_greedy topk_qprobe intersect added 30 July 2013, 01:02:56 UTC
refs/tags/c++03 63ad128 Added SA sampling strategy dependent on BWT chars. Strategy sa_bwt_sampling samples every sa_sample_dens suffix in text order + all suffixes x=SA[i], with BWT[i] \in BWT_SAMPLE_CHARS. BWT_SMAPLE_CHARS is expected to be stored in a serialized int_vector<> in the cache_config with key sdsl::constant::KEY_SAMPLE_CHAR. 27 May 2013, 03:48:19 UTC
refs/tags/v2.0.0 6ac2394 Merge pull request #116 from xosh/feature_wt Feature wt 26 September 2013, 12:23:37 UTC
refs/tags/v2.0.0-RC 49f5565 Merge pull request #111 from simongog/tutorial Tutorial 23 September 2013, 00:17:07 UTC
refs/tags/v2.0.1 a88f8db New version. 05 November 2013, 09:29:03 UTC
refs/tags/v2.0.2 9a2ed71 Merge pull request #136 from xosh/benchmark_lcp Benchmark lcp 27 November 2013, 21:36:28 UTC
refs/tags/v2.0.3 25bd677 Merge pull request #199 from simongog/k2_treap Add K^2-Treap Implementation 30 September 2014, 20:18:17 UTC
refs/tags/v2.1 52b0945 Merge pull request #319 from simongog/address318 #318: Added warning if git is not installed 25 March 2016, 10:18:56 UTC
refs/tags/v2.1.1 0546faf Update CMakeLists.txt 04 July 2016, 16:55:14 UTC
back to top