Difference between revisions of "Publications/demaille.13.ciaa"

From LRDE

Line 43: Line 43:
 
as performance issues. This paper presents the concepts
 
as performance issues. This paper presents the concepts
 
underlying Vaucanson 2, a complete rewrite of the platform
 
underlying Vaucanson 2, a complete rewrite of the platform
that addresses these issues.<nowiki>}</nowiki>,
+
that addresses these issues.<nowiki>}</nowiki>
lrdeprojects = <nowiki>{</nowiki>Vaucanson<nowiki>}</nowiki>
 
 
<nowiki>}</nowiki>
 
<nowiki>}</nowiki>
   

Revision as of 18:21, 4 November 2013

Abstract

Vaucanson is an open source C++ platform dedicated to the computation with finite weighted automata. It is generic: it allows to write algorithms that apply on a wide set of mathematical objects. Initiated ten years ago, several shortcomings were discovered along the years, especially problems related to code complexity and obfuscation as well as performance issues. This paper presents the concepts underlying Vaucanson 2, a complete rewrite of the platform that addresses these issues.

Documents

Videos

Bibtex (lrde.bib)

@InProceedings{	  demaille.13.ciaa,
  author	= {Akim Demaille and Alexandre Duret-Lutz and Sylvain
		  Lombardy and Jacques Sakarovitch},
  title		= {Implementation Concepts in {V}aucanson 2},
  booktitle	= {Proceedings of Implementation and Application of Automata,
		  18th International Conference (CIAA'13)},
  pages		= {96--107},
  year		= 2013,
  editor	= {Oscar H. Ibarra and Zhe Dang},
  publisher	= {Springer},
  volume	= 2759,
  series	= {Lecture Notes in Computer Science},
  address	= {Santa Barbara, CA, USA},
  month		= jul,
  project	= {Vaucanson},
  abstract	= {Vaucanson is an open source C++ platform dedicated to the
		  computation with finite weighted automata. It is generic:
		  it allows to write algorithms that apply on a wide set of
		  mathematical objects. Initiated ten years ago, several
		  shortcomings were discovered along the years, especially
		  problems related to code complexity and obfuscation as well
		  as performance issues. This paper presents the concepts
		  underlying Vaucanson 2, a complete rewrite of the platform
		  that addresses these issues.}
}