Ticket #198 (closed enhancement: fixed)
poor encoding performance
| Reported by: | akaihola | Owned by: | nick |
|---|---|---|---|
| Priority: | major | Milestone: | 0.2 |
| Component: | Encoder | Version: | 0.1 |
| Keywords: | Cc: |
Description (last modified by thijs) (diff)
While stress-testing PyAMF with our worst-case data, a data structure of ~1500 objects took 19 seconds to encode in AMF3.
Running the test through cProfile we saw over a million calls to the __cmp__() method of our custom classes.
Check the related callgrind data on the ProfilingResults page.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
