Rob Austin (RobAustin)

RobAustin

Geek Repo

Company:@ChronicleEnterprise

Location:London

Home Page:chronicle.software

Github PK Tool:Github PK Tool


Organizations
OpenHFT

Rob Austin's repositories

low-latency-primitive-concurrent-queues

Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interface of BlockingQueue, they work with primitive rather than Objects so are unable to actually implement the BlockingQueue. They take advantage of the Unsafe.putOrdered<X>, which allows the creation of non-blocking code with guaranteed writes. These writes will not be re-orderd by instruction reordering. Under the covers they use a faster store-store barrier, rather than the the slower store-load barrier, which is used when doing a volatile write. One of the trade off with this improved performance is we are limited to a single producer, single consumer.

Language:JavaLicense:Apache-2.0Stargazers:67Issues:11Issues:2

byte-buddy

Runtime code generation for the Java platform.

Language:JavaLicense:Apache-2.0Stargazers:1Issues:2Issues:0

android-iconify

Integration of FontAwesome for Android

Language:JavaLicense:NOASSERTIONStargazers:0Issues:2Issues:0

asciidoctor-maven-plugin

A Maven plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.

Language:GroovyLicense:Apache-2.0Stargazers:0Issues:2Issues:0

asciidoctor-pdf

:page_facing_up: Asciidoctor PDF: A native PDF renderer for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.

Language:RubyLicense:NOASSERTIONStargazers:0Issues:2Issues:0
Language:JavaStargazers:0Issues:2Issues:0
Language:JavaStargazers:0Issues:1Issues:0

chronicle-tests

Various chronicle tests

Language:JavaStargazers:0Issues:2Issues:0

classgraph

An uber-fast, ultra-lightweight, parallelized Java classpath scanner and module scanner.

Language:JavaLicense:MITStargazers:0Issues:1Issues:0

GitReleaseNotes

Easily generate release notes

Language:C#License:MITStargazers:0Issues:2Issues:0

homebrew-cask

🍻 A CLI workflow for the administration of macOS applications distributed as binaries

Language:RubyLicense:BSD-2-ClauseStargazers:0Issues:1Issues:0

Java-Lang

Java Language support

Language:JavaStargazers:0Issues:2Issues:0

jitwatch

Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.

Language:JavaLicense:NOASSERTIONStargazers:0Issues:2Issues:0

Koloboke

Java Collections till the last breadcrumb of memory and performance

Language:JavaStargazers:0Issues:2Issues:0

maven-badges

Badge for Maven Central

Language:RubyLicense:MITStargazers:0Issues:2Issues:0

OpenHFT

Parent module to include active modules

Language:ShellLicense:LGPL-3.0Stargazers:0Issues:1Issues:0

Pipulate

Free & Open Source SEO Software that teaches you Python on the game-changing Jupyter Notebook data science platform.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:2Issues:0

simple-binary-encoding

Simple Binary Encoding (SBE)

Language:C#License:Apache-2.0Stargazers:0Issues:3Issues:0

sonar-quality-gate-maven-plugin

Sonar Quality Gate Maven Plugin

Language:JavaLicense:Apache-2.0Stargazers:0Issues:1Issues:0

teamcity-plugin-jmh

Plugin run JMH benchmarks on the agent side and collect results for further displaying them on build tab named "Benchmark".

Language:JavaLicense:Apache-2.0Stargazers:0Issues:2Issues:0

www.yaml.org

The yaml.org website

Language:HTMLStargazers:0Issues:2Issues:0