b2t2

The Brown Benchmark for Table Types (B2T2)

https://github.com/brownplt/b2t2

Science Score: 52.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization brownplt has institutional domain (www.cs.brown.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

The Brown Benchmark for Table Types (B2T2)

Basic Info
  • Host: GitHub
  • Owner: brownplt
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 305 KB
Statistics
  • Stars: 65
  • Watchers: 13
  • Forks: 12
  • Open Issues: 7
  • Releases: 5
Created almost 5 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

B2T2

The Brown Benchmark for Table Types

Version 1.2

Context

This benchmark is documented in the paper Types for Tables: A Language Design Benchmark. Please read it to understand what this benchmark is trying to accomplish and what the following components are about.

Benchmark Components

Implementations

Implementations live in the Media folder:

To submit your own implementation of B2T2, open a pull request with a new folder in the Media/ directory for your programming medium --- which might be a language, a theoretical model, or some other way of expressing tabular programs. The new folder should include at least two things:

  1. code that addresses the components of B2T2 (Tables, API, Example Programs, Errors)
  2. a datasheet describing the implementation

Refer to Media/TypeScript for an example.

If you have a work-in-progress implementation or other work that draws inspiration from B2T2, open a pull request to list it in the catalog at Media/README.md.

What Makes B2T2 Good?

B2T2 strives to be fair, comprehensive, concise, and realistic:

  • Fairness. A benchmark would be unfair if it was designed to favor some type systems over others. Since B2T2 combines operators from untyped languages and we (its authors) don't currently "own" a type system for tables, there is no obvious problem when it comes to fairness.

  • Comprehensiveness. A benchmark would be incomprehensive if it left out things that are obviously important. B2T2 draws from several widely-used programming media and also some educational materials in an effort to cover all the bases.

  • Conciseness. Although we tried to be comprehensive, we also wanted to keep B2T2 within a reasonable size. So we kept important things but also compressed them. For example, if an operation is equivalent to a composition of other operations, the composition is not included.

  • Realistic. An unrealistic benchmark would address synthetic or hypothesized use-cases rather than real ones. B2T2 draws from existing libraries to satisfy real needs.

Future changes to B2T2 will be made with these perspectives in mind.

Citation

To refer to this benchmark, please use the following citation:

@article{lgk-pj-2022, title={Types for Tables: A Language Design Benchmark}, author={Kuang-Chen Lu and Ben Greenman and and Shriram Krishnamurthi}, journal={The Art, Science, and Engineering of Programming}, volume={6}, number={2}, pages={8:1--8:30}, year={2022} }

You may, if you wish, refer to this repository in addition, but please do refer to the above paper.

Owner

  • Name: Brown University PLT
  • Login: brownplt
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Lu"
  given-names: "Kuang-Chen"
  orcid: "https://orcid.org/0000-0001-6502-9275"
- family-names: "Greenman"
  given-names: "Ben"
  orcid: "https://orcid.org/0000-0001-7078-9287"
- family-names: "Krishnamurthi"
  given-names: "Shriram"
  orcid: "https://orcid.org/0000-0001-5184-1975"
title: "B2T2"
version: 1.0.0
doi: 10.5281/zenodo.5496252
date-released: 2022-04-23
url: "https://github.com/brownplt/B2T2"
preferred-citation:
  type: article
  authors:
  - family-names: "Lu"
    given-names: "Kuang-Chen"
    orcid: "https://orcid.org/0000-0001-6502-9275"
  - family-names: "Greenman"
    given-names: "Ben"
    orcid: "https://orcid.org/0000-0001-7078-9287"
  - family-names: "Krishnamurthi"
    given-names: "Shriram"
    orcid: "https://orcid.org/0000-0001-5184-1975"
  doi: "10.22152/programming-journal.org/2022/6/8"
  journal: "The Art, Science, and Engineering of Programming"
  title: "Types for Tables: A Language Design Benchmark"
  issue: 2
  volume: 6
  year: 2022
  pages: 30
  start: "8:1"
  end: "8:30"

GitHub Events

Total
  • Watch event: 3
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 1
  • Pull request event: 1
  • Create event: 2
Last Year
  • Watch event: 3
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 1
  • Pull request event: 1
  • Create event: 2