Changes between Initial Version and Version 1 of Ticket #28024, comment 9
- Timestamp:
- Apr 13, 2017, 1:39:59 AM (8 years ago)
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.1 Another related [https://github.com/django/django/pull/8355 PR] for `LineString.__init__()` optimization. 2 2 Benchmark: 3 3 `python -mtimeit -s "from django.contrib.gis.geos import LineString" "LineString([(x, x) for x in range(1000)])"`