hx-w / memcached-challenge

memcached development tree

Home Page:https://memcached.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memcached Challenge

Inspired by Arthur O’Dwyer's Blog, I start this challenge as an engineering interview (a little big different from the blog):

  1. Fork memcached - master, and build it.

I suggest using Linux os to do this, since there may be errors in compile stage in MacOS (not test on Windows).

git clone --depth=1 https://github.com/memcached/memcached.git

sh autogen.sh
./configure
make
  1. Implement a mult method to multiply a unsigned instance number to a stored number.

Here is the demo from my impl:

demo

For more details, checkout the >PR<.

I DO need some suggests, just leave a issue.

About

memcached development tree

https://memcached.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 73.5%Language:Perl 18.9%Language:Lua 1.9%Language:C++ 1.7%Language:M4 1.6%Language:Python 1.1%Language:DTrace 0.5%Language:Makefile 0.3%Language:Shell 0.3%Language:Roff 0.1%Language:Starlark 0.0%