Skip to content

Commit

Permalink
Remove claim about memory savings.
Browse files Browse the repository at this point in the history
This was only true for very small schema/data sets.
  • Loading branch information
hannosch committed May 4, 2013
1 parent de49a5c commit f3ccc14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGES.rst
Expand Up @@ -7,8 +7,7 @@ Changelog
- Add support for `__contains__`.

- Rewrite `Record` class as a new-style pure Python class using `__slots__`
instead of an extension class. Surprisingly this is even more memory
efficient and results in about two thirds of the original memory usage.
instead of an extension class.

- Rewrite tests as unit tests.

Expand Down

0 comments on commit f3ccc14

Please sign in to comment.