Showing 19 open source projects for "zero copy"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Looker is an enterprise platform for BI, data applications, and embedded analytics that helps you explore and share insights in real time.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
    Try it free
  • 1
    ArduinoJson

    ArduinoJson

    JSON library for Arduino and embedded C++. Simple and efficient

    ArduinoJson is a C++ JSON library for Arduino and IoT (Internet Of Things). ArduinoJson has a simple and intuitive syntax to handle objects and arrays. ArduinoJson supports both JSON serialization and deserialization. ArduinoJson uses a fixed memory allocation, allowing to work on devices with very little RAM. ArduinoJson can filter large inputs to keep only fields that are relevant to your application, thereby saving a lot of memory. ArduinoJson can parse directly from an input Stream or...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    ncnn

    ncnn

    High-performance neural network inference framework for mobile

    ncnn is a high-performance neural network inference computing framework designed specifically for mobile platforms. It brings artificial intelligence right at your fingertips with no third-party dependencies, and speeds faster than all other known open source frameworks for mobile phone cpu. ncnn allows developers to easily deploy deep learning algorithm models to the mobile platform and create intelligent APPs. It is cross-platform and supports most commonly used CNN networks, including...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Phusion Passenger

    Phusion Passenger

    A fast and robust web server and application server for Ruby

    ... Passenger with Nginx or Apache. Passenger was built with high performance and efficiency in mind. With Passenger’s zero-copy architecture, turbocaching and support for multiple concurrency models, you can count on Passenger to get the most out of your hardware. Passenger auto-manages your apps’ processes, restarting them and themselves if they ever crash. Passenger also keeps resource-hogging apps in check, giving your web app maximum uptime.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    decimal

    decimal

    Arbitrary-precision fixed-point decimal numbers in go

    Arbitrary-precision fixed-point decimal numbers in go. Note: Decimal library can "only" represent numbers with a maximum of 2^31 digits after the decimal point. The zero-value is 0, and is safe to use without initialization. Addition, subtraction, and multiplication with no loss of precision. Division with specified precision. Database/sql serialization/deserialization. JSON and XML serialization/deserialization. big.Int's API is built to reduce the number of memory allocations for maximal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Streamlined Transaction Processing for Growing Businesses Icon
    Streamlined Transaction Processing for Growing Businesses

    Zil Money is an all-in-one payment platform and accounts payable solution designed for SMEs.

    Zil Money, A simple and secure platform to move money seamlessly online on-demand.
    Learn More
  • 5
    Uber Go Style Guide

    Uber Go Style Guide

    The Uber Go Style Guide

    This repository holds the Uber Go Style Guide, which documents patterns and conventions used in Go code at Uber. Styles are the conventions that govern our code. The term style is a bit of a misnomer, since these conventions cover far more than just source file formatting—gofmt handles that for us. The goal of this guide is to manage this complexity by describing in detail the Dos and Don'ts of writing Go code at Uber. These rules exist to keep the code base manageable while still allowing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ws

    ws

    Tiny WebSocket library for Go

    Zero-copy upgrade. No intermediate allocations during I/O. Low-level API which allows building your own logic of packet handling and buffers reuse. High-level wrappers and helpers around API in wsutil package, which allow to start fast without digging the protocol internals. Existing WebSocket implementations do not allow users to reuse I/O buffers between connections in clear way. This library aims to export efficient low-level interface for working with the protocol without forcing only one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Fury

    Fury

    A blazing fast multi-language serialization framework

    Fury is a blazing-fast multi-language serialization framework powered by jit(just-in-time compilation) and zero-copy, providing up to 170x performance and ultimate ease of use. Based on efficient JIT, struct deserialization can get 170x speed up compared to other serialization frameworks. In serialization scenarios, Fury can achieve a 100x speed up compared to traditional serialization frameworks. If you use Java clusters on a large scale, this will save a lot of computing resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Minima

    Minima

    Minima is a one-size-fits-all Jekyll theme for writers

    .../default.html are advised to rename their copy to _layouts/base.html. Migrating users with additional customized layouts may either update front matter references to the former default.html layout or create a new default.html layout referencing the current base.html, whichever route is the easiest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RSocket

    RSocket

    Java implementation of RSocket

    ... at cost to performance and latency. If you want to use zero copy you must disable this. To disable copying you must include a payloadDecoder argument in your RSocketFactory. This will let you manage the Payload without copying the data from the underlying transport. You must free the Payload when you are done with them or you will get a memory leak. Used correctly this will reduce latency and increase performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Log management, auditing, and IT compliance management made easy. Icon
    Log management, auditing, and IT compliance management made easy.

    Collect, monitor, and analyze logs, and comply with regulatory mandates.

    ManageEngine EventLog Analyzer is an on-premise log management solution designed for businesses of all sizes across various industries such as information technology, health, retail, finance, education and more. The solution provides users with both agent based and agentless log collection, log parsing capabilities, a powerful log search engine and log archiving options.
    Learn More
  • 10
    realm dotnet

    realm dotnet

    Realm is a mobile database: a replacement for SQLite & ORMs

    Realm is a fast, scalable alternative to SQLite with mobile to cloud data sync that makes building real-time, reactive mobile apps easy. Build data-rich apps without draining device resources with Realm's lazy loading and zero-copy architecture. The object-oriented data model lets developers work directly with native objects – no ORMs or DAOs are needed. Real-time mobile to cloud data sync makes it easy to build interactive features that keep data up-to-date across multiple devices, users...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Trellis

    Trellis

    WordPress LEMP stack with PHP 8.1, Composer, WP-CLI

    Trellis uses Vagrant to automatically create a self-contained virtual machine. Stop cluttering up your host machine with software like MAMP and use the same software you would in production. You’ll get a complete WordPress server running all the software you need to be configured according to the best practices. All of this is powered by Ansible for configuration management. You don’t have to use brittle and confusing Bash scripts or worry about commands you found to copy and paste. Trellis...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    php2desktop

    php2desktop

    Build Windows desktop applications using PHP, Javascript, CSS & HTML

    php2desktop gives developers the ability to create content rich native Windows GUI applications using web technologies they're familiar with. Zero C language knowledge is necessary, simply copy your web files into the www directory and run by opening the .exe file. In a way, php2desktop is a PHP to exe compiler without the headache of running commands. php2desktop is an out-of-the-box solution that comes pre-built with PHP 8 and a Chromium 114 embedded browser; combine with the power...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13

    Totally Built Linux Distro

    build linux from termcap to GTK-4.7 100% non-stop

    Build all of a light linux distro non-stop and no buildfails "with just a few commands". It's all automatic from Termcap to Gtk-4 and making new USB, it's new enough run firefox-99 or 109* and Mathematica 13.1. Minimal commandlines and configuration required; just a few in itself, several end-to-end. makes chroots 1) re-build 32; insures compiling of last self 2) 32 to 64 "cross compile" 3) apps build 3b) makes USB cross compiles the cross compiler every time (harder than...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    treeshell

    treeshell

    Eclipse Shell Script Editor with Tree View. Opens No-Extension-Files.

    An Eclipse editor for shell (bash) scripts. Features: 1) Content outline with tree view for functions. 2) Association with files without an extension. 3) Jumping between if-then-else-elif-fi, do-done, etc. (CTRL+SHIFT+P jump forwards, CTRL+ZERO jump backwards.) 4) Easily copy the file-path of the edited file (CTRL+SHIFT+9). It's convenient to paste and execute in a console then. Installation instructions: NOTE1: these instructions won't work if you used an online installer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    libevent

    libevent

    Event notification library

    The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. The internal event mechanism is completely...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    Immutable Sparse Wave Trees (WaveTree)

    Realtime bigdata tool for bit strings up to 2^63 based on AVL forest

    ... of that as Bits, subranges of them, and ints for sizes of its parts. Expansion ability for other kinds of compression, since Bits is a Java interface. Main functions on bits are substring, concat, number of 0 or 1 bits, and number of bits (size). All those operations can be done millions of times per second regardless of size because the AVL forest reuses existing branches recursively. Theres a scalar (originally for copy/pasting subranges of sounds) and a bit Java package. Sparse n dimensional matrix.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    MindF*ck

    A dialect of Brainf*ck

    ... ///////////////////// //MindF*ck Commands ///////////////////// # Get Int $ Read Int ( Store address ) Pop address { Copy value to address } Retrieve value at address "" Insert string - overwrites its length :: Insert binary num ^ Jump to address in code | Split thread at code address ! Ends process ///// //1.1 ///// _ Inserts memory address into memory & Jumps to memory address @ Inserts code address into memory
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Simple Plugins Framework for .Net
    Simple Plugins is a plugins framework for .Net based apps which can be used to create new .Net based pluggable apps as well as to make existing .Net apps pluggable. Its a simple and easy to use .Net AppDomain based plugins solution for any .Net app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PAL - The Product Abstraction Layer is a zero copy interface between user applications and kernel-space modules for linux systems. It abstracts the us/ks and ks/us communication using a fast message system. It is meanly used in embedded systems.(octobus)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next