Skip to content

Conversation

@mgalves
Copy link

@mgalves mgalves commented Oct 3, 2013

Performance tuning:

  • Removed the Mutex lock for writing. The pipeline already creates an atomic transaction.
  • Added an optional parameter validate_field, that enables/disables field validation when saving a model. Disabling the validation makes the write process almost 25% faster.

Removed the Key object. Using a unicode subclass with dict syntax to append strings is counter intuitive. And in many cases those strings can be preprocessed.

Added a main file inside tests, to help running them from command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant