Stardock 0.0.1
File System Points Synchronizer
Loading...
Searching...
No Matches
index.cc File Reference
#include <cstdlib>
#include <cstring>
#include <stardock/index.hh>
#include <stardock/memory.hh>
#include <fstream>
#include <iostream>
#include <algorithm>

Functions

std::ostream & operator<< (std::ostream &out, const stardock::Index &index)
 

Variables

constexpr uint64_t INDEX_ENTRIES_INCREMENT = 50
 
constexpr uint64_t INDEX_PATHS_INCREMENT = 10 * INDEX_ENTRIES_INCREMENT
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const stardock::Index & index )

Variable Documentation

◆ INDEX_ENTRIES_INCREMENT

uint64_t INDEX_ENTRIES_INCREMENT = 50
constexpr

◆ INDEX_PATHS_INCREMENT

uint64_t INDEX_PATHS_INCREMENT = 10 * INDEX_ENTRIES_INCREMENT
constexpr