]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Structural memory use has been improved via much more significant use
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Jan 2015 00:28:08 +0000 (19:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Jan 2015 00:28:29 +0000 (19:28 -0500)
commit18d3dc716390c56524370146a2635ed3659ec82d
tree4cc6f33bab6c54feab31d437065c238494b402d6
parentb3bf7915b59c9c749d335984e03b386605516d0f
- Structural memory use has been improved via much more significant use
of ``__slots__`` for many internal objects.  This optimization is
particularly geared towards the base memory size of large applications
that have lots of tables and columns, and greatly reduces memory
size for a variety of high-volume objects including event listening
internals, comparator objects and parts of the ORM attribute and
loader strategy system.
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst