public inbox for linux-bcachefs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bcachefs: Minimize the search range used to
@ 2024-08-12 10:13 Alan Huang
  2024-08-12 10:13 ` [PATCH 1/2] bcachefs: Minimize the search range used to calculate the mantissa Alan Huang
  2024-08-12 10:13 ` [PATCH 2/2] bcachefs: Remove the prev array stuff Alan Huang
  0 siblings, 2 replies; 3+ messages in thread
From: Alan Huang @ 2024-08-12 10:13 UTC (permalink / raw)
  To: kent.overstreet; +Cc: linux-bcachefs, Alan Huang

Hi,

This series minimize the search range used to calculate the mantissa, so
that the mantissa can have more meaningful bits which reduces the slow
path comparison when search a key.

The prev array stuff becomes useless after minimizing the search range,
so this series also removes the prev array stuff.

Alan Huang (2):
  bcachefs: Minimize the search range used to calculate the mantissa
  bcachefs: Remove the prev array stuff

 fs/bcachefs/bset.c | 33 ++++-----------------------------
 1 file changed, 4 insertions(+), 29 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-08-12 10:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-12 10:13 [PATCH 0/2] bcachefs: Minimize the search range used to Alan Huang
2024-08-12 10:13 ` [PATCH 1/2] bcachefs: Minimize the search range used to calculate the mantissa Alan Huang
2024-08-12 10:13 ` [PATCH 2/2] bcachefs: Remove the prev array stuff Alan Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox