Logo white

Peter M. Groen / redox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 152
  • Compare
  • Branches 1
  • Tags 0
  • redox
  • examples
  • lpush_benchmark.cpp
17 Jan, 2015
1 commit
  • Improved connect/disconnect management ...
    a8a81ee7
    Consolidated user callbacks into one, improved some logic.
    Hayk Martirosyan authored
    2015-01-17 19:07:43 -0800  
    Browse File »

30 Dec, 2014
2 commits
  • Add vector<string> reply type, benchmark info in README ...
    9e898af2
    Also plan to add in set<string> and unordered_set<string>. Maybe
    queue<string>. Looking at likely removing char* as an option, if it
    shows to be about the same speed as string.
    Hayk Martirosyan authored
    2014-12-30 16:00:58 -0800  
    Browse File »
  • Commenting, cleanup, privatizing methods/variables ...
    1a47846b
    Thoroughly cleaned up redox.hpp to expose a minimal public API, and
    commented those well. Generally cleaned up a bunch of stuff.
    
    Added wrapper function DEL, which could be useful.
    Hayk Martirosyan authored
    2014-12-30 03:36:43 -0500  
    Browse File »

25 Dec, 2014
3 commits
  • Implement method to return # commands processed ...
    2833f2e8
    num_commands_processed(), trarcks using cmd_count and guarded
    with queue_guard.
    Hayk Martirosyan authored
    2014-12-25 02:50:37 -0500  
    Browse File »
  • Added block_until_stopped method ...
    bfa303d5
    Used to block the main thread until the event loop is stopped by
    calling the .stop() method. Implemented using a condition_variable,
    and very useful for clients.
    Hayk Martirosyan authored
    2014-12-25 02:39:38 -0500  
    Browse File »
  • Improved structure, stop handling, cleanups ...
    87ff8a3e
    Improved examples, added a threaded getter/setter example
    and cleaned up the other. Generally refactored code in the
    core files and cleaned up the details to make the slickest
    possible API. Implemented a to_exit variable as a stop
    condition for the event thread.
    Hayk Martirosyan authored
    2014-12-25 02:23:11 -0500  
    Browse File »

24 Dec, 2014
1 commit
  • Better connect/disconnect msgs, run_blocking() loop
    21afbc0c
    Hayk Martirosyan authored
    2014-12-24 05:05:55 -0500  
    Browse File »