[Python-Dev] Type of range object members (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu Aug 17 03:25:46 CEST 2006
- Previous message: [Python-Dev] Type of range object members
- Next message: [Python-Dev] Type of range object members
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Martin v. Löwis wrote:
Greg Ewing schrieb:
Also it means you'd pay a penalty every time you access it That penalty is already paid today.
You'd still have that penalty, plus the overhead of bit masking to get at the value.
Maybe that wouldn't be noticeable among all the other overheads, though.
-- Greg
- Previous message: [Python-Dev] Type of range object members
- Next message: [Python-Dev] Type of range object members
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]