>
> Older versions can do a few million fetches/sec, newest version was doing
> 11 million on some decent hardware and had much better thread scalability.
> See the list archives and mc-crusher on my github page. Your numbers are
> pretty good for a Go thing though? Maybe mc-crusher can push it harder,
> too.
>

I wanted comparing mc-cursher with go-memcached-bench, but couldn't build
mc-crusher on ubuntu 12.04. Linker shows the following errors:

$ ./compile
/tmp/ccSoTLEv.o: In function `new_connection':
/home/valyala/work/mc-crusher/./mc-crusher.c:552: undefined reference to
`event_set'
/home/valyala/work/mc-crusher/./mc-crusher.c:553: undefined reference to
`event_base_set'
/home/valyala/work/mc-crusher/./mc-crusher.c:554: undefined reference to
`event_add'
/tmp/ccSoTLEv.o: In function `update_conn_event':
/home/valyala/work/mc-crusher/./mc-crusher.c:108: undefined reference to
`event_del'
/home/valyala/work/mc-crusher/./mc-crusher.c:111: undefined reference to
`event_set'
/home/valyala/work/mc-crusher/./mc-crusher.c:112: undefined reference to
`event_base_set'
/home/valyala/work/mc-crusher/./mc-crusher.c:114: undefined reference to
`event_add'
/tmp/ccSoTLEv.o: In function `main':
/home/valyala/work/mc-crusher/./mc-crusher.c:863: undefined reference to
`event_init'
/home/valyala/work/mc-crusher/./mc-crusher.c:875: undefined reference to
`event_base_loop'
collect2: ld returned 1 exit status

I tried building mc-crusher with both libevent-dev (which is based on
libevent 2.0-5) and libevent1-dev (based on libevent 1.4-2) packages
without success.

-- 
Best Regards,

Aliaksandr

Reply via email to