[Checkins] [zopefoundation/hurry.query] ab17c3: Add some optimizations.

GitHub noreply at github.com
Wed Sep 7 14:48:39 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/hurry.query
  Commit: ab17c3d0a62d53ffbd78c718012ec4c745929559
      https://github.com/zopefoundation/hurry.query/commit/ab17c3d0a62d53ffbd78c718012ec4c745929559
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    M src/hurry/query/query.py

  Log Message:
  -----------
  Add some optimizations.


  Commit: 099c68a73612671703e98422fd1bfeb9114a5112
      https://github.com/zopefoundation/hurry.query/commit/099c68a73612671703e98422fd1bfeb9114a5112
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    M src/hurry/query/__init__.py
    M src/hurry/query/query.py

  Log Message:
  -----------
  Add an import, fix an issue.


  Commit: 28f8af767f0ad78103368c66e9a792c15b67371f
      https://github.com/zopefoundation/hurry.query/commit/28f8af767f0ad78103368c66e9a792c15b67371f
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M src/hurry/query/__init__.py
    M src/hurry/query/query.py

  Log Message:
  -----------
  Make up something more generic than Except.


  Commit: d470f2eba999b17f9e4adbacf07ba4866fe89751
      https://github.com/zopefoundation/hurry.query/commit/d470f2eba999b17f9e4adbacf07ba4866fe89751
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M src/hurry/query/query.py

  Log Message:
  -----------
  An object can appear multiple times in the list.


  Commit: 3e9794f0f86baaa9b242323d3ccd0c6a6c1f6a07
      https://github.com/zopefoundation/hurry.query/commit/3e9794f0f86baaa9b242323d3ccd0c6a6c1f6a07
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M src/hurry/query/query.py

  Log Message:
  -----------
  We do not need to have the len of the results there.


  Commit: f241223fa28704bdf914f921534f77cdeff8b39a
      https://github.com/zopefoundation/hurry.query/commit/f241223fa28704bdf914f921534f77cdeff8b39a
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M src/hurry/query/query.py

  Log Message:
  -----------
  If no result in the first query that is not needed to continue.


  Commit: 01c83c38dcf4b67a4b1a7c6e9931e2b98caf165f
      https://github.com/zopefoundation/hurry.query/commit/01c83c38dcf4b67a4b1a7c6e9931e2b98caf165f
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M src/hurry/query/query.py

  Log Message:
  -----------
  Use set instead of btree. Do not pay attention to values.


  Commit: e940685132207784799b351ea6775aa6e9c5cb16
      https://github.com/zopefoundation/hurry.query/commit/e940685132207784799b351ea6775aa6e9c5cb16
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
    M src/hurry/query/query.py

  Log Message:
  -----------
  Some little optimizations.


  Commit: 28f2622d2ce00e3d63e6d64faff23fcf0316f365
      https://github.com/zopefoundation/hurry.query/commit/28f2622d2ce00e3d63e6d64faff23fcf0316f365
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
    M src/hurry/query/query.py
    M src/hurry/query/set.py
    M src/hurry/query/value.py

  Log Message:
  -----------
  Add a transaction based cache for queries.


  Commit: 5e66b14f22b964208e269ee8c135891585dc8bd7
      https://github.com/zopefoundation/hurry.query/commit/5e66b14f22b964208e269ee8c135891585dc8bd7
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-30 (Tue, 30 Aug 2016)

  Changed paths:
    M src/hurry/query/interfaces.py
    M src/hurry/query/query.py
    M src/hurry/query/set.py
    M src/hurry/query/value.py

  Log Message:
  -----------
  Add/update interfaces. Clear cache when the context changes. Add more keys.


  Commit: c079c7780b97ae12f0c9f055bb25837e34a11220
      https://github.com/zopefoundation/hurry.query/commit/c079c7780b97ae12f0c9f055bb25837e34a11220
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-08-30 (Tue, 30 Aug 2016)

  Changed paths:
    M src/hurry/query/interfaces.py
    M src/hurry/query/query.py

  Log Message:
  -----------
  Make caching optional.


  Commit: 32928509bf726014969c2ca2add0271452fa3ab5
      https://github.com/zopefoundation/hurry.query/commit/32928509bf726014969c2ca2add0271452fa3ab5
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
    M src/hurry/query/query.py

  Log Message:
  -----------
  Fix/improve terms.


  Commit: 8619117f138a98425b950042eb25c82ac5a818fb
      https://github.com/zopefoundation/hurry.query/commit/8619117f138a98425b950042eb25c82ac5a818fb
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-09-02 (Fri, 02 Sep 2016)

  Changed paths:
    M setup.py
    M src/hurry/query/query.py
    M src/hurry/query/value.py

  Log Message:
  -----------
  Fix tests.


  Commit: 6774e99473389939473b476afb9ab0dbe60631ae
      https://github.com/zopefoundation/hurry.query/commit/6774e99473389939473b476afb9ab0dbe60631ae
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M src/hurry/query/interfaces.py
    M src/hurry/query/query.py
    M src/hurry/query/query.txt
    M src/hurry/query/tests.py

  Log Message:
  -----------
  Ignore parse errors in Text terms. Test new terms.


  Commit: 2b7e94833ece906b88207a1d8ae0f364466ab885
      https://github.com/zopefoundation/hurry.query/commit/2b7e94833ece906b88207a1d8ae0f364466ab885
  Author: Sylvain Viollon <sviollon at minddistrict.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Update CHANGES.txt.


  Commit: b750cdabe0ce531837488dd20e722b776c217937
      https://github.com/zopefoundation/hurry.query/commit/b750cdabe0ce531837488dd20e722b776c217937
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/hurry/query/__init__.py
    M src/hurry/query/interfaces.py
    M src/hurry/query/query.py
    M src/hurry/query/query.txt
    M src/hurry/query/set.py
    M src/hurry/query/tests.py
    M src/hurry/query/value.py

  Log Message:
  -----------
  Merge pull request #2 from zopefoundation/sylvain-optimizations

Sylvain optimizations


Compare: https://github.com/zopefoundation/hurry.query/compare/853b87e01a63...b750cdabe0ce


More information about the checkins mailing list