Skip to content

ktj007/smrr-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Massive Realtime Ranking Server

It is a simple massive realtime ranking server made in C#. It uses CSharpUtils project. It uses a modified version of a RedBlackTree. The RedBlackTree implementation is a port of the D version. The modifications are from an idea I had in order to maintain a tree that can tell you on log(N) time how much elements have a lower or higher value than a specified node. You can read the idea on my blog in Spanish: http://blog.cballesterosvelasco.es/2011/06/rankings-masivos-en-tiempo-real-y.html

About

Simple Massive Realtime Ranking Server made in C# (originally D)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 80.7%
  • PHP 10.5%
  • HTML 8.2%
  • Batchfile 0.6%