This is a simple C++ library that optimizes 3D indexed triangle meshes for use with a vertex caching renderer. It implements the algorithm described at:
http://home.comcast.net/~tom_forsyth/papers/fast_vert_cache_opt.html
The library is free software, licensed under the MIT license