Skip to content

Conversation

@Robadob
Copy link
Member

@Robadob Robadob commented Mar 30, 2025

Items to move across

  • dis
  • Hardware memory/caching
    • Rename episode (something to do with latencies?
    • Review remaining sections to make sure they're not dependent on removed content
      • I've tweaked content, (not 100% happy about the short L1 explanation, during latency overview, feels out of place)
  • Hashing data structures linear-probing (ICR made tweaks to this content)
  • O-notation (this requires some new content writing, in addition to what was added in the ICR PR)

I'm not to fussed about the order, they're mostly in the order of ease handling them.

Closes #61

@Robadob Robadob self-assigned this Mar 30, 2025
@Robadob Robadob changed the title work in progress Technical Appendix Mar 30, 2025
@github-actions
Copy link

github-actions bot commented Mar 30, 2025

Thank you!

Thank you for your pull request 😃

🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}.

If you have files that automatically render output (e.g. R Markdown), then you should check for the following:

  • 🎯 correct output
  • 🖼️ correct figures
  • ❓ new warnings
  • ‼️ new errors

Rendered Changes

🔍 Inspect the changes: https://github.com/RSE-Sheffield/pando-python/compare/md-outputs..md-outputs-PR-79

The following changes were observed in the rendered markdown documents:

 acknowledgements.md                               |   6 +-
 config.yaml                                       |   3 +-
 md5sum.txt                                        |  13 +-
 optimisation-conclusion.md                        |   5 +-
 optimisation-data-structures-algorithms.md        |  22 +--
 optimisation-memory.md => optimisation-latency.md |  75 ++------
 optimisation-using-python.md                      | 128 --------------
 technical-appendix.md (new)                       | 201 ++++++++++++++++++++++
 8 files changed, 233 insertions(+), 220 deletions(-)
What does this mean?

If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible.

This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation.

⏱️ Updated at 2025-05-10 19:34:42 +0000

github-actions bot pushed a commit that referenced this pull request Mar 30, 2025
Doesn't feel worth adding a cross-reference for this section.
github-actions bot pushed a commit that referenced this pull request Mar 30, 2025
github-actions bot pushed a commit that referenced this pull request Mar 30, 2025
github-actions bot pushed a commit that referenced this pull request Apr 15, 2025
@Robadob Robadob force-pushed the technical_appendix branch from df66fc4 to 0427672 Compare April 15, 2025 13:45
github-actions bot pushed a commit that referenced this pull request Apr 15, 2025
@Robadob Robadob marked this pull request as ready for review April 15, 2025 13:53
@Robadob Robadob requested a review from JostMigenda April 15, 2025 13:53
github-actions bot pushed a commit that referenced this pull request Apr 15, 2025
@Robadob
Copy link
Member Author

Robadob commented Apr 15, 2025

Moves 3 technical parts into new technical appendix and tweaks surrounding text that was dependent.

O-notation is basically wholy new content, to allow for ICRs initial draft, so lower priority and I will create a standalone issue for it. Keen to get these merged before I run the course on Thursday.

(Squash merge preferred as I've not cleaned up commit history)

Copy link
Collaborator

@JostMigenda JostMigenda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the “latency” name for the episode; that describes it much better!

Comments are just a bunch of minor rephrasings or typo fixes.
In a few cases, the existing phrasing wasn’t particularly wrong, but I’ve changed it to read a bit more natural; but of course that is subjective, so feel free to ignore those if you disagree.

Robadob and others added 10 commits May 10, 2025 20:28
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request May 10, 2025
Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
@Robadob Robadob requested a review from JostMigenda May 10, 2025 19:34
@Robadob
Copy link
Member Author

Robadob commented May 10, 2025

All decent suggestions.

Don't feel you can't tell me to piss off and review it myself first when there's dumb mistakes I should be catching myself. 🤦‍♂️

Happy for you to accept & squash merge.

github-actions bot pushed a commit that referenced this pull request May 10, 2025
@JostMigenda JostMigenda merged commit 039d2d8 into main May 11, 2025
3 checks passed
@JostMigenda JostMigenda deleted the technical_appendix branch May 11, 2025 01:37
github-actions bot pushed a commit that referenced this pull request May 11, 2025
Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request May 11, 2025
Auto-generated via `{sandpaper}`
Source  : 0940e60
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-11 01:38:23 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request May 13, 2025
Auto-generated via `{sandpaper}`
Source  : 0940e60
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-11 01:38:23 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request May 13, 2025
Auto-generated via `{sandpaper}`
Source  : 0940e60
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-11 01:38:23 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request May 20, 2025
Auto-generated via `{sandpaper}`
Source  : 0940e60
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-11 01:38:23 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request May 27, 2025
Auto-generated via `{sandpaper}`
Source  : 0940e60
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-11 01:38:23 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request Jun 3, 2025
Auto-generated via `{sandpaper}`
Source  : 0940e60
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-11 01:38:23 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request Jun 10, 2025
Auto-generated via `{sandpaper}`
Source  : 0940e60
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-11 01:38:23 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request Jun 17, 2025
Auto-generated via `{sandpaper}`
Source  : 0940e60
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-11 01:38:23 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request Jun 24, 2025
Auto-generated via `{sandpaper}`
Source  : 0940e60
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-11 01:38:23 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
github-actions bot pushed a commit that referenced this pull request Jul 1, 2025
Auto-generated via `{sandpaper}`
Source  : 0940e60
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-05-11 01:38:23 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 039d2d8
Branch  : main
Author  : Robert Chisholm <robert.chisholm@sheffield.ac.uk>
Time    : 2025-05-11 01:37:39 +0000
Message : Technical Appendix (#79)

* work in progress

* dis

Doesn't feel worth adding a cross-reference for this section.

* Understanding memory

* Move hashing data structures to technical appendix.

* Fix some dead links etc on review.

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-data-structures-algorithms.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update episodes/optimisation-latency.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/acknowledgements.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

* Update learners/technical-appendix.md

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>

---------

Co-authored-by: Jost Migenda <jost.migenda@kcl.ac.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Technical Appendix

3 participants