Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | fix link |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7ce99926fd63ce4cf02bd858c7943aa0 |
User & Date: | dkf 2018-07-07 10:10:30.737 |
Context
2018-07-07
| ||
10:15 | Header corrections check-in: b6ed5ffcad user: dkf tags: minor change, trunk | |
10:10 | fix link check-in: 7ce99926fd user: dkf tags: trunk | |
10:04 | Fix silly editorial error check-in: 0918a6150f user: dkf tags: minor change, trunk | |
Changes
Changes to tip/513.md.
︙ | ︙ | |||
121 122 123 124 125 126 127 | not twice. 3. **lhaselem**. (c.f. “payload” section in `lhaselem` in the sample code). We need to access the list only once to check and remove the item, not twice. # Prototype Implementation | | | 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | not twice. 3. **lhaselem**. (c.f. “payload” section in `lhaselem` in the sample code). We need to access the list only once to check and remove the item, not twice. # Prototype Implementation The [prototype implementation](../attach/513/agendas.tcl) has the desired semantics, but does not even come close to the performance desired. These functions have to be implemented in C and take advantage of the internal representation to fulfill the proposed performance gains. # Copyright This document has been placed in the public domain. |