Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • ui-boxed
  • sql-examples
3 results

api_views.go

  • ale's avatar
    d526c00d
    use binary representation for song IDS · d526c00d
    ale authored
    This changes the song ID representation to a more efficient binary
    encoding throughout the entire DJRandom implementation (although not
    the public interface), which should provide significant memory savings
    on the index_server and elsewhere.
    
    This is an incompatible change for the index_server state and some
    auxiliary data (Markov maps), which should be regenerated from
    scratch.
    d526c00d
    History
    use binary representation for song IDS
    ale authored
    This changes the song ID representation to a more efficient binary
    encoding throughout the entire DJRandom implementation (although not
    the public interface), which should provide significant memory savings
    on the index_server and elsewhere.
    
    This is an incompatible change for the index_server state and some
    auxiliary data (Markov maps), which should be regenerated from
    scratch.