| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-28 | tests: Rename "bench" tests to "internal_bench" and run-internalbench.py | Damien George | |
| To emphasise these benchmark tests compare the internal performance of features amongst themselves, rather than absolute performance testing. | |||
| 2016-05-02 | tests: Update for _io/_collections module having been renamed. | Paul Sokolovsky | |
| 2015-01-01 | py: Use sequence of strings for named tuple initialization | stijn | |
| - remove single string initialization style - take list of strings instead - store list in the type for fast lookup | |||
| 2014-05-07 | tests/bench: Add testcases for lookup in 5-el instance and namedtuple. | Paul Sokolovsky | |
| ... and we have not that bad mapping type after all - lookup time is ~ the same as in one-attr instance. My namedtuple implementation on the other hand degrades awfully. So, need to rework it. First observation is that named tuple fields are accessed as attributes, so all names are interned at the program start. Then, really should store field array as qstr[], and do quick 32/64 bit scan thru it. | |||
