Skip to content

Instantly share code, notes, and snippets.

View Jyothsnasrinivas's full-sized avatar

Jyothsna Patnam Jyothsnasrinivas

View GitHub Profile
@Jyothsnasrinivas
Jyothsnasrinivas / etaReproducibility.md
Last active August 19, 2018 05:14
Reproducible Builds/Deterministic Compilation in Eta

Reproducible Builds/Deterministic Compilation in Eta

A reproducible build means the following (as quoted from the reproducible builds official site):

Reproducible builds are a set of software development practices that create a verifiable path from human readable source code to the binary code used by computers.

Reproducible builds provide value by enabling verification of software artifacts and supporting automated build tools in the industry.

Eta aims to support reproducible builds by default with zero additional work.

Gooogle Summer of Code Ideas list

This is for the upcoming GSoC mentoring organizations application.

Ideas list

  • Eta on Android
  • Implement high performance web server using Fibers
  • Reproducible builds
  • Invoke Dynamic Support
@Jyothsnasrinivas
Jyothsnasrinivas / TYPELEAD_CLA.md
Last active January 18, 2018 14:22 — forked from CLAassistant/SAP_CLA
TypeLead Individual Contributor License Agreement

TypeLead Individual Contributor License Agreement

Thank you for your interest in contributing to open source software projects (“Projects”) made available by TypeLead, Inc or its affiliates (“TypeLead”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to TypeLead, Inc. in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact contact@typelead.com.

@Jyothsnasrinivas
Jyothsnasrinivas / Eta - Performance.md
Last active October 4, 2017 00:48
Performance improvements after Eta v0.0.9b1

Before: 0.0.9b1

After: master@6901f63

Some sample performance numbers here:

Benchmark Before (ms) After (ms) % Change
spectral/listcompr 1871 1501 20%