Ticket #88 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

optimize list, tuple access

Reported by: robertwb Owned by: robertwb
Priority: major Milestone: 0.11
Component: Optimization Keywords:
Cc:

Description (last modified by scoder) (diff)

There are runtime optimizations, but if their type is known at compile time then we can be even faster (and generate less code).

Change History

Changed 5 years ago by scoder

  • description modified (diff)

this is done for the for-loop in

 http://hg.cython.org/cython-devel/rev/5657f41218ea

Changed 4 years ago by robertwb

  • summary changed from optimize list, tuple,dict access to optimize list, tuple access
  • component changed from Code Generation to Optimization
  • milestone changed from wishlist to 0.11

Changed 4 years ago by robertwb

  • status changed from new to closed
  • resolution set to fixed

Changed 4 years ago by robertwb

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 4 years ago by robertwb

  • owner changed from somebody to robertwb
  • status changed from reopened to new

Changed 4 years ago by robertwb

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.