Skip to content

issues Search Results · repo:twitter/twemcache language:C

Filter by

21 results
 (53 ms)

21 results

intwitter/twemcache (press backspace or delete to remove)

  • wangfuli217
  • Opened 
    on Apr 11, 2020
  • #38

original codes are from here: https://github.com/twitter/twemcache/blob/master/src/mc_util.c bool mc_strtoll(const char *str, int64_t *out) { char *endptr; long long ll; errno = 0; *out ...
  • gerryyang
  • Opened 
    on Oct 31, 2018
  • #35

In wake of recent memcached amplification problems https://blog.cloudflare.com/memcrashed-major-amplification-attacks-from-port-11211/ it makes sense to disable UDP support. The code of twemcache seem ...
  • majek
  • Opened 
    on Mar 13, 2018
  • #34

Hi @thinkingfish On my laptop, build.sh can t resolve https://artifactory.twitter.biz, maybe it s an internal url. So build.sh can t download musl, and the same to libevent-2.0.22-stable.tar.gz Thanks ...
  • run
  • 1
  • Opened 
    on Nov 3, 2017
  • #33

https://github.com/twitter/twemcache/blob/82c5d80e66a3c645b09721b3d78ef3aaf83902a8/src/mc.c#L115
  • tfarina
  • Opened 
    on Nov 19, 2015
  • #32

hi: how can i use it in php? is there have a php-extension?
  • zxcvdavid
  • 1
  • Opened 
    on Jul 31, 2014
  • #30

On documentation page https://github.com/twitter/twemcache it is written: No eviction (0) ... Item LRU eviction (1) ... Random eviction (2) ... Slab LRA eviction (4) ... Slab LRC eviction (8) ... and ...
  • MaximF
  • 1
  • Opened 
    on Jun 7, 2013
  • #29

mc_cache.c line 61 base on the ohter functions, i think there should be: ptr = mc_calloc(initial_pool_size, sizeof(char *));
  • haipome
  • 1
  • Opened 
    on May 17, 2013
  • #28

Once the object is allocated to some slabs and if the repartition of items size changes, some slabs will miss space whereas others are full of empty pages.
  • abhilashshingane
  • 2
  • Opened 
    on Apr 24, 2013
  • #27
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub