KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
adapton-talk
★ 8
Open GitHub ↗
Talks about Adapton
Download README (.md)
Explore Similar Repositories
Fogg
:
PowerShell tool to aide and simplify the creation, deployment and provisioning of infrastructure in Azure
LegoNet
:
CNN框架设计(from zero to one)
Selenium.Utils
:
Selenium utilitu library to improve test creation
gladCode
:
Batalha de agentes virtuais inteligentes usando temática fantasia medieval
gpio_extension
:
Use raspberry GPIO directly in PHP 7 with this extension
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
adapton-talk
?
Download (.md)
Adapton: Benchmark Results and Presentations ============================================= Benchmark Results ----------------- - **Sequences**: micro benchmarks: - [Sequence map](2017-05-04--plemm-at-facebook/results/seq-map-tostring/): Maps a sequence of machine words to a sequence of strings. - [Sequence fold](2017-05-04--plemm-at-facebook/results/seq-max/): Finds the maximum machine word among a sequence of machine words. - [Sequence filter](2017-05-04--plemm-at-facebook/results/seq-filter/): Filters a sequence of machine words by a predicate. - [Sequence reverse](2017-05-04--plemm-at-facebook/results/seq-reverse/): Reverses a sequence of machine words. - **Micro applications**: - [Reverse Polish Calculator](2017-05-04--plemm-at-facebook/results/rev-polish-calc/): Evaluates characters strings using a simple stack machine semantics. Public Talks ------------- - [Incremental Computation with Adapton](2017-05-04--plemm-at-facebook/Adapton_PLEMM_2017_05_04.pdf) -- on May 4, 2017, at [PLEMM 2017 -- Facebook](https://plemm.splashthat.com/). Source Code -------------- The following projects constitute the current Adapton ecosystem; each is written in Rust: - [Adapton](http://github.com/cuplv/adapton.rust): Engine maintaining program dependence information; exposes a core programming API, used by our collections library ([IODyn](http://github.com/cuplv/iodyn.rust)), and eventually, other applications written in Rust. - [IODyn](http://github.com/cuplv/iodyn.rust): Collections library for applications with dynamic input and output. - [Adapton Lab](http://github.com/cuplv/adapton-lab.rust): Systematic testing and evaluation framework for Adapton benchmarks and micro applications.