Changes between Initial Version and Version 1 of Ticket #28024, comment 9


Ignore:
Timestamp:
Apr 13, 2017, 1:39:59 AM (7 years ago)
Author:
Sergey Fedoseev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28024, comment 9

    initial v1  
    1 Related [https://github.com/django/django/pull/8355 PR] for `LineString.__init__()` optimization.
     1Another related [https://github.com/django/django/pull/8355 PR] for `LineString.__init__()` optimization.
    22Benchmark:
    33`python -mtimeit -s "from django.contrib.gis.geos import LineString" "LineString([(x, x) for x in range(1000)])"`
Back to Top