ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces
splay_cache.h File Reference
#include <memory>
#include <mutex>
#include <vector>
#include "meta.h"
#include "util/optional.h"
#include "caching/splay_cache.tcc"

Go to the source code of this file.

Classes

class  meta::caching::splay_cache< Key, Value >
 A splay_cache is a fixed-size splay tree for cache operations. More...
 
struct  meta::caching::splay_cache< Key, Value >::node
 One node in the splay tree contains pointers to children and the templated (key, value) pair. More...
 
class  meta::caching::splay_cache< Key, Value >::splay_cache_exception
 Basic exception for splay_cache interactions. More...
 

Namespaces

 meta
 The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
 
 meta::caching
 Containers to be used for caching purposes.
 

Detailed Description

Author
Sean Massung

All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.