chunkedseq
container library for large in-memory data sets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions | Variables
weighted_split.cpp File Reference

Example use of the chunked sequence for weighted split. More...

#include <iostream>
#include <string>
#include "chunkedseq.hpp"

Go to the source code of this file.

Functions

int main (int argc, const char *argv[])
 

Variables

const int chunk_capacity = 512
 [weighted_split_example] More...
 

Detailed Description

Author
Umut A. Acar
Arthur Chargueraud
Mike Rainey
Date
2013-2018

Definition in file weighted_split.cpp.

Function Documentation

int main ( int  argc,
const char *  argv[] 
)
Examples:
weighted_split.cpp.

Definition at line 27 of file weighted_split.cpp.

Variable Documentation

const int chunk_capacity = 512
Examples:
weighted_split.cpp.

Definition at line 25 of file weighted_split.cpp.