D6594: RFC dirstatemap

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Sun Jul 7 09:52:58 EDT 2019


yuja added a comment.


  > sharing references between Rust and Python:
  > https://raphaelgomes.dev/blog/articles/2019-07-01-sharing-references-between-python-and-rust.html.
  
  Do you have some benchmark number compared to simpler (and dumb) approaches
  such as caching PyList/Dict representation?
  
  I heard boxing a PyObject has measurable cost, so we might even want to keep
  the entire data backed by PyObjects depending on how frequently the data will
  be exposed to Python world.
  
  (I don't have expertise to comment on the soundness of the proposed ref handling
  business, and this patch is too big for me to review, sorry.)

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6594/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6594

To: Alphare, #hg-reviewers
Cc: yuja, durin42, kevincox, mjpieters, mercurial-devel


More information about the Mercurial-devel mailing list