Projets
Établi:
Project Parasail is a novel approach to parallelizing a large class of seemingly sequential applications wherein dependencies are, at runtime, treated as symbolic values. The efficiency of parallelization, then, depends on the efficiency of the symbolic computation, an active area of…
Établi:
Corral is a whole-program analysis tool for Boogie programs. Corral uses goal-directed symbolic search techniques to find assertion violations. It leverages the powerful theorem prover Z3. It is available open source on GitHub. Corral, by default, does a bounded search up to a recursion depth…
Networks need to run reliably, efficiently, and without users noticing any problems, even as they grow. Keeping networks tuned this way requires the development of tools that improve the functioning of large-scale datacenter networks. This project investigates a range of…
Établi:
The mission of Microsoft’s One Engineering System (formerly known as Tools for Software Engineers) team is to enable the world’s best product engineering teams with world-class tools and systems that help them ship products their customers love. 1ES provides tools…
Établi:
Koka is a strongly typed functional-style language with effect types and handlers.
Établi:
F* is a verification-oriented dialect of ML. For more information, please visit https://fstar-lang.org or click on the logo below.
Établi:
Project «Orleans» invented the Virtual Actor abstraction, which provides a straightforward approach to building distributed interactive applications, without the need to learn complex programming patterns for handling concurrency, fault tolerance, and resource management. Orleans applications scale-up automatically and are meant to be…
Établi:
SymDiff is a tool for performing differential program verification. Differential program verification concerns with specifying and proving interesting properties over program differences, as opposed to the program itself. Such properties include program equivalence, but can also capture more general differential/relational…