Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use boxcar as concurrent vec library #553

Closed
wants to merge 7 commits into from

Conversation

MichaReiser
Copy link
Contributor

  • Add required book deploy permissions and add concurrency group
  • Impl Update for unit type ()
  • require databases and ingredients to be static
  • move struct debug name to Configuration
  • remove debug_name field from interned
  • remove debug_name from function ingredients
  • WIP-- checkpoint, dynamic jars
  • WIP new approach with upcasts
  • WIP adopt concurrent-vec 1.10
  • WIP
  • WIP
  • WIP
  • Send + Sync requirements
  • reorganize plumbing
  • WIP checkpoint
  • manually expanded code
  • create macro-rules macros to encapsulate output
  • autogenerate interned case
  • macro for tracked struct
  • wip
  • wip
  • wip: inputs
  • wip: iterate towards hello_world
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • wip
  • fixup calc example
  • make methods work
  • return_ref on tracked fn
  • wip
  • wip
  • wip
  • wip
  • delete a bunch of dead code
  • ensure the fn value is up-to-date
  • fix accumulation
  • update expect tests
  • wip: accum, privacy for inputs
  • wip privacy for tracked structs
  • wip privacy on interned
  • cleanup getters/setters
  • wip
  • wip
  • wip
  • wip
  • extend calc with annotated snippets
  • pacify the merciless cargo fmt
  • fix
  • pacify the merciless clippy
  • require reset for new revisions
  • remove unused delete method
  • squelch final warnings
  • satisfy the merciless cargo fmt
  • clippy
  • squelch most clippy warnings in generated code
  • allow miri failures
  • Respct no_eq attribute for tracked functions
  • Allow interned values as tracked function arguments
  • Fix accumulator only accumulating direct children
  • Refactor
  • Use Vec
  • use a queue
  • newline
  • Use a stack and push to it in reverse order
  • Add a test, fix a bug, refactor
  • Update src/function/accumulated.rs
  • Update dashmap, hashlink, and rustc-hash
  • Replace derived Debug implementation of salsa::Id
  • Add a more complex case
  • chore: use tracing instead of log
  • remove shared field and inline fields
  • remove "debug_probe"
  • flatten module hierarchy
  • remove some visibility
  • add comments
  • remove RuntimeId and use ThreadId
  • make accumulate take database instead of Runtime
  • make input::fields take Database not Runtime
  • make interner take database, not runtime
  • make tracked structs take db, not runtime
  • move local state into thread local
  • start restoring parallel tests
  • restore parallel_cycle_mid_recover
  • restore parallel_cycle_one_recover
  • add debug_name method to ingredient
  • order cycles by debug_name first
  • add a test for handle cancellation
  • fix race condition around dropping arc handle
  • add a doc comment
  • Add Handle::into_inner method
  • Fix assertion for same DB in DbGuard
  • Add benchmark for query with many tracked structs
  • Add codspeed
  • Bump revision in db.synthetic_write
  • Update src/local_state.rs
  • devcontainer definition
  • upgrade all the things
  • Implement inputs builder
  • Track write with appropriate durability
  • Add support for [#default] and setting field-level durability
  • Fix verification of tracked struct from high-durability query (Record dependency information when executing queries #1)
  • Weaken assertion in validate (Local cycles #3)
  • Use boxcar as concurrent vec library

@MichaReiser MichaReiser closed this Aug 3, 2024
Copy link

netlify bot commented Aug 3, 2024

Deploy Preview for salsa-rs canceled.

Name Link
🔨 Latest commit e5a2157
🔍 Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/66ae9f3bff387600081c6216

Copy link

codspeed-hq bot commented Aug 3, 2024

CodSpeed Performance Report

Merging #553 will not alter performance

Comparing MichaReiser:boxcar (e5a2157) with master (cd339fc)

Summary

✅ 1 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants