#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <random>
#include <cassert>
#include "bm.h"
#include "bmstrsparsevec.h"
#include "bmsparsevec_algo.h"
#include "bmtimer.h"
#include "bmundef.h"
Go to the source code of this file.
◆ str_sv_type
◆ GenerateTestStrCollection()
| void GenerateTestStrCollection |
( |
std::vector< string > & | str_coll, |
|
|
unsigned | max_coll ) |
|
static |
◆ main()
Definition at line 79 of file strsvsample08.cpp.
References bm::sparse_vector_scanner< SV, S_FACTOR >::bfind_eq_str(), bm::sparse_vector_scanner< SV, S_FACTOR >::bind(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::freeze(), GenerateTestStrCollection(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::get_back_inserter(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::optimize(), and bm::str_sparse_vector< CharType, BV, STR_SIZE >::remap().