Skip to content
/ EASTL Public
forked from electronicarts/EASTL

EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.

License

Notifications You must be signed in to change notification settings

Vuhdo/EASTL

This branch is 170 commits behind electronicarts/EASTL:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 4, 2019
Dec 6, 2018
Jan 13, 2019
Nov 1, 2018
Nov 3, 2018
Jan 4, 2019
Sep 20, 2018
Oct 26, 2016
Sep 6, 2016
Nov 3, 2018
Jul 6, 2018
Dec 6, 2018
Mar 15, 2017
Jun 24, 2018
Oct 22, 2018
Feb 10, 2016
Mar 29, 2018
Nov 3, 2018

Repository files navigation

EA Standard Template Library

Build Status Build status

EASTL stands for Electronic Arts Standard Template Library. It is a C++ template library of containers, algorithms, and iterators useful for runtime and tool development across multiple platforms. It is a fairly extensive and robust implementation of such a library and has an emphasis on high performance above all other considerations.

Usage

If you are familiar with the C++ STL or have worked with other templated container/algorithm libraries, you probably don't need to read this. If you have no familiarity with C++ templates at all, then you probably will need more than this document to get you up to speed. In this case, you need to understand that templates, when used properly, are powerful vehicles for the ease of creation of optimized C++ code. A description of C++ templates is outside the scope of this documentation, but there is plenty of such documentation on the Internet.

EASTL is suitable for any tools and shipping applications where the functionality of EASTL is useful. Modern compilers are capable of producing good code with templates and many people are using them in both current generation and future generation applications on multiple platforms from embedded systems to servers and mainframes.

Documentation

Please see EASTL Introduction.

Compiling sources

Please see CONTRIBUTING.md for details on compiling and testing the source.

Credits

EASTL was created by Paul Pedriana and he maintained the project for roughly 10 years.

Roberto Parolin is the current EASTL owner within EA and is responsible for the open source repository.

Significant EASTL contributions were made by (in alphabetical order):

  • Avery Lee
  • Colin Andrews
  • JP Flouret
  • Liam Mitchell
  • Matt Newport
  • Max Winkler
  • Paul Pedriana
  • Roberto Parolin
  • Simon Everett

License

Modified BSD License (3-Clause BSD license) see the file LICENSE in the project root.

About

EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.7%
  • Other 1.3%