Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Agrona | 2,513 | 26 | 63 | a month ago | 77 | September 14, 2022 | 2 | apache-2.0 | Java | |
High Performance data structures and utility methods for Java | ||||||||||
Adl3 | 46 | 7 years ago | 4 | April 18, 2012 | mit | Python | ||||
ADL (AMD Display Library) 3.0 Python Bindings | ||||||||||
Erlang Atrace Flamegraphs | 40 | 3 months ago | 3 | apache-2.0 | Erlang | |||||
Generate flamegraphs from Android method trace files | ||||||||||
Mobile Performance Test | 10 | 4 years ago | 1 | Dart | ||||||
Simple text-only clock application to compare React Native vs. Flutter vs. Native performance | ||||||||||
Bench Ssb | 4 | 4 years ago | mit | JavaScript | ||||||
benchmarks for all the parts of ssb | ||||||||||
Jtimer | 2 | 5 years ago | mit | HTML | ||||||
Rc4 | 2 | 2 years ago | Verilog | |||||||
An experimental RC4 hardware implementation with one cycle/iteration performance. | ||||||||||
Utils Timeit | 1 | 4 months ago | apache-2.0 | JavaScript | ||||||
Time a snippet. | ||||||||||
Perfmetrics | 1 | 6 years ago | mit | C++ | ||||||
Performance Metrics for code optimization | ||||||||||
Btech_final_year_project | 1 | 3 years ago | TeX | |||||||
Agrona provides a library of data structures and utility methods that are a common need when building high-performance applications in Java. Many of these utilities are used in the Aeron efficient reliable UDP unicast, multicast, and IPC message transport and provides high-performance buffer implementations to support the Simple Binary Encoding Message Codec.
For the latest version information and changes see the Change Log.
The latest release and downloads can be found in Maven Central.
Utilities Include:
Build the project with Gradle using this build.gradle file.
You require the following to build Agrona:
Full clean and build:
$ ./gradlew
Copyright 2014-2023 Real Logic Limited.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.