smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-sip/callagent/parameters
Holger Hans Peter Freyther 9161371a32 perf: Various changes to speed up various operations
* Do not use >>#instVarNamed:put: but add selectors
* Pre-allocate some arrays with a default string to avoid
  re-allocations at the start
* Share same parser trees to avoid construction costs
* Remove some lazy allocation and always allocate it
2014-08-29 20:39:46 +02:00
..
Extensions.st misc: Split the SIPParams into one class per file 2014-02-15 09:37:14 +01:00
SIPCSeq.st perf: Various changes to speed up various operations 2014-08-29 20:39:46 +02:00
SIPGenericParam.st perf: Various changes to speed up various operations 2014-08-29 20:39:46 +02:00
SIPParam.st misc: Split the SIPParams into one class per file 2014-02-15 09:37:14 +01:00
SIPToFromParam.st perf: Various changes to speed up various operations 2014-08-29 20:39:46 +02:00
SIPVia.st perf: Various changes to speed up various operations 2014-08-29 20:39:46 +02:00