Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whitequark/glasgow
base: fed42691247f
Choose a base ref
...
head repository: whitequark/glasgow
compare: 48aefee49cb1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 30, 2018

  1. Copy the full SHA
    2ebe314 View commit details
    Browse the repository at this point in the history
  2. access.direct.demultiplexer: use ChunkedFIFO.

    This significantly improves `benchmark sink`:
    
    (before)
      I: glasgow.applet.benchmark: mode sink: 1.454 MiB/s
    (after)
      I: glasgow.applet.benchmark: mode sink: 16.420 MiB/s
    
    On my system the sink rate asymptotically approaches around 20 MiB/s.
    16 MiB/s is an approx 10x improvement, and uses 1/32 of the Linux
    usbdevfs memory limit, which is acceptable for now.
    
    Fixes GlasgowEmbedded#79.
    whitequark committed Nov 30, 2018
    Copy the full SHA
    48aefee View commit details
    Browse the repository at this point in the history