#include <iostream>
#include <string>
#include <vector>
#include <random>
#include <algorithm>
#include <fstream>
#include "bm.h"
#include "bmstrsparsevec.h"
#include "bmsparsevec_serial.h"
Go to the source code of this file.
◆ bvector_type
◆ str_sv_type
◆ generate_string_set()
static void generate_string_set |
( |
vector< string > & |
str_vec | ) |
|
|
static |
◆ main()
- Examples:
- strsvsample03.cpp.
Definition at line 82 of file strsvsample03.cpp.
References BM_DECLARE_TEMP_BLOCK, bm::sparse_vector_serial_layout< SV >::buf(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::calc_stat(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::back_insert_iterator::flush(), generate_string_set(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::get_back_inserter(), bm::bv_statistics::memory_used, bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::optimize(), bm::str_sparse_vector< CharType, BV, MAX_STR_SIZE >::remap_from(), bm::sparse_vector_serial_layout< SV >::size(), and bm::sparse_vector_serialize().