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: Trogluddite/codebro-bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: manlon/codebro-bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 0 files changed
  • 1 contributor

Commits on Aug 21, 2021

  1. style fixes

    manlon committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    1b953d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Merge branch 'master' of https://github.com/Trogluddite/codebro-bot i…

    …nto Trogluddite-master
    manlon committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ac04c7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from manlon/Trogluddite-master

    Trogluddite master
    manlon authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    17b2651 View commit details
    Browse the repository at this point in the history
  3. some optimizations for markov generation

    cache start words separately to avoid scans. avoid storing useless grams
    manlon committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    1891aeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    606baa6 View commit details
    Browse the repository at this point in the history
  5. reorder methods

    manlon committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    227d123 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b64d4d9 View commit details
    Browse the repository at this point in the history
  7. eliminate multiprocessing and improve efficiency

    - read brain from either yaml or plain text
    - write learned corpus by appending to a plain text file
    - use generators where possible to avoid big reads
    - don't write new phrases if we don't learn from them
    - get rid of <START> and <STOP> tokens, they can be implicit in the corpus
    
    This should make us performant enough we can forgo multiprocessing and do everything in-process
    manlon committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    a973d80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b411908 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    5f75880 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from manlon/codebro-opt

    merge
    manlon authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    59339c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64569c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    0fa49e2 View commit details
    Browse the repository at this point in the history
Loading