[roll] Roll fuchsia [fxfs] Only deserialize keys while seeking

Defers deserializing the full item (i.e. the value) until we're done
seeking through the SimplePersistentLayer.

This is an adapted and simplified version of fxrev.dev/990832, which
extended the lazy deserialization further (via letting clients partially
deserialize keys and later access the value), which turned out to be a
great deal of work for marginal benefit since frequently values need to
be accessed anyways (e.g. for filtering and merging).

Original-Bug: 323571978
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/995796
Original-Revision: a88e44a1ce2564ce0695ed152b7d9fd830db38a7
GitOrigin-RevId: c68f350659eaefaecc3dcaffeb1587c57e7679d0
Change-Id: I821d4c88079a9cb28f699ff5d303628f69e8c1f4
1 file changed
tree: d997694704620838ed5ddc4b66f8b91693d8c4ec
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.