The Wayback Machine - https://web.archive.org/web/20210805212853/https://github.com/topics/cython
Skip to content
#

cython

Here are 578 public repositories matching this topic...

ThomasWaldmann
ThomasWaldmann commented Jan 27, 2021

the borg files cache can be rather large, because it keeps some information about all files that have been processed recently.

lz4 is a very fast compression / decompression algorithm, so we could try to use it to lower the in-memory footprint of the files cache entries.

before implementing this, we should check how big the savings typically are - to determine whether it is worthwhile doing

kloczek
kloczek commented Jun 9, 2021

After add patch which fixes #4209 I found that sphinx emits some warnings.

+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
Unable to find pgen, not compiling formal grammar.
running build_sphinx
Running Sphinx v4.0.2
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
building [mo]: targets for 0 po
PyBoy
MineRobber9000
MineRobber9000 commented Mar 22, 2020

A program can tell that it's running on PyBoy because the buttons always change right at vblank.

To reproduce:

  1. Install PyBoy
  2. Start the test ROM "Telling LYs?" (which I have precompiled for your convenience here)
  3. Press all 8 buttons in any order
  4. Watch the arrow sprite at the right side

Expect: Arrow moves after each press, followed

Improve this page

Add a description, image, and links to the cython topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cython topic, visit your repo's landing page and select "manage topics."

Learn more