Vowpal Wabbit
Loading...
Searching...
No Matches
Classes | Functions
VW::parsers::cache::details Namespace Reference

Classes

class  cache_temp_buffer
 

Functions

void cache_tag (io_buf &cache, const VW::v_array< char > &tag)
 
void cache_index (io_buf &cache, VW::namespace_index index)
 
void cache_features (io_buf &cache, const features &feats, uint64_t mask)
 
size_t read_cached_tag (io_buf &cache, VW::v_array< char > &tag)
 
size_t read_cached_index (io_buf &input, VW::namespace_index &index)
 
size_t read_cached_features (io_buf &input, features &feats, bool &sorted)
 

Function Documentation

◆ cache_features()

void VW::parsers::cache::details::cache_features ( io_buf cache,
const features feats,
uint64_t  mask 
)

◆ cache_index()

void VW::parsers::cache::details::cache_index ( io_buf cache,
VW::namespace_index  index 
)

◆ cache_tag()

void VW::parsers::cache::details::cache_tag ( io_buf cache,
const VW::v_array< char > &  tag 
)

◆ read_cached_features()

size_t VW::parsers::cache::details::read_cached_features ( io_buf input,
features feats,
bool &  sorted 
)

◆ read_cached_index()

size_t VW::parsers::cache::details::read_cached_index ( io_buf input,
VW::namespace_index index 
)

◆ read_cached_tag()

size_t VW::parsers::cache::details::read_cached_tag ( io_buf cache,
VW::v_array< char > &  tag 
)