Changes between Version 42 and Version 43 of DeveloperGuidelines/Optimisation
- Timestamp:
- 06/18/10 08:49:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Optimisation
v42 v43 168 168 ids = filter(lambda x: some_function(x), y) 169 169 records = db(db.mytable.id.belongs(ids)).select() 170 for record in records: 171 ... 170 172 }}} 171 173 … … 177 179 DeveloperGuidelines 178 180 DeveloperGuidelines 181 DeveloperGuidelines