Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
Public Attributes | List of all members
profile_selector< GroupT > Class Template Reference

Public Attributes

std::map< std::string, profile_fns_profile_functions
 

Detailed Description

template<typename GroupT>
class profile_selector< GroupT >

Definition at line 562 of file profile_algebra_groups_read.cpp.

Member Data Documentation

◆ s_profile_functions

template<typename GroupT >
std::map<std::string, profile_fn> profile_selector< GroupT >::s_profile_functions
Initial value:
= {
{std::string("sequential"),
profile_group_read_sequential_uncompressed<GroupT>},
{std::string("stream"),
profile_group_read_random_seek_ordered_uncompressed<GroupT>},
{std::string("fd"),
profile_group_read_random_seek_fd_ordered_uncompressed<GroupT>},
{std::string("mmap"),
profile_group_read_random_seek_mmap_ordered_uncompressed<GroupT>},
{std::string("aio"),
profile_group_read_random_batch_aio_ordered_uncompressed<GroupT>},
{std::string("aio-batched"),
profile_group_read_random_batch_aio_ordered_uncompressed<GroupT>},
}

Definition at line 565 of file profile_algebra_groups_read.cpp.


The documentation for this class was generated from the following file: