All of lore.kernel.org
 help / color / mirror / Atom feed
* ceph performance call:  buffer
@ 2014-10-16 18:00 Matt W. Benjamin
  2014-10-16 18:16 ` Loic Dachary
  0 siblings, 1 reply; 4+ messages in thread
From: Matt W. Benjamin @ 2014-10-16 18:00 UTC (permalink / raw)
  To: ceph-devel; +Cc: Casey Bodley

Hi Folks,

Per yesterday's Ceph performance call, we've pushed 2 wip branches for review and feedback to https://github.com/linuxbox2/linuxbox-ceph.git .

1. xio-v084-inline reorganizes ceph::buffer as a namespace, and (nearly) all of
buffer::hash, buffer::ptr and buffer::list as inline

2. xio-v084-inline-flat restores some raw encapsulation lost in the prior change,
then refactors buffer::raw to remove virtual methods

We've made some effort to measure the impact of the changes, but don't have
reliable data yet.  (It's possible that our initial impression of improvement from the inlining change was not accurate, but more likely we need better workload tests.)

In addition, we've been working on an experiment to refactor buffer::ptr and buffer::raw to use boost::intrusive::list, to unify the interfaces of the two types to permit interning buffer::raw directly on the containing list when there is no sharing, and a slab allocator for both types.  We plan to push a wip branch with these changes to when they've stabilized a bit more and/or we have real perf numbers.

Thanks,

Matt

-- 
Matt Benjamin
CohortFS, LLC.
206 South Fifth Ave. Suite 150
Ann Arbor, MI  48104

http://cohortfs.com

tel.  734-761-4689 
fax.  734-769-8938 
cel.  734-216-5309 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-16 18:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-16 18:00 ceph performance call: buffer Matt W. Benjamin
2014-10-16 18:16 ` Loic Dachary
2014-10-16 18:21   ` Loic Dachary
2014-10-16 18:42     ` Matt W. Benjamin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.