Showing 28 open source projects for "lru"

View related business solutions
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
    Learn More
  • 1
    Redis

    Redis

    An in-memory database that persists on disk

    Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster. You...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 2
    Nuke

    Nuke

    Image loading system

    ... and optimized for performance. Fast LRU memory cache, native HTTP disk cache, and custom aggressive LRU disk cache. Customize image pipeline using built-in Alamofire, Gifu, FLAnimatedImage, WebP plugins or create your own. Enable progressive decoding with a single line of code. Nuke supports progressive JPEG out of the box, and WebP via a plugin built by the community. Automatically prefetch images ahead of time using either Preheat or native table and collection view prefetching APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ristretto

    Ristretto

    A high performance memory-bound Go cache

    Ristretto is a fast, concurrent cache library built with a focus on performance and correctness. It all started with needing a memory-bound, concurrent Go cache in Dgraph. We looked around for a solution, but we couldn’t find a great one. We then tried using a sharded map, with shard eviction to release memory, which caused us memory issues. We then repurposed Groupcache’s LRU, using mutex locks for thread safety. After having it around for a year, we noticed that the cache suffered from severe...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    XanMod Kernel
    XanMod is a general-purpose Linux kernel distribution with custom settings and new features. Built to provide a stable, smooth and solid system experience. https://gitlab.com/xanmod/linux https://xanmod.org
    Leader badge
    Downloads: 2,506 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
    Learn More
  • 5
    Redis for Windows

    Redis for Windows

    Native port of Redis for Windows

    ...-3.2.100 version from MS Open Tech team. Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, etc.
    Downloads: 210 This Week
    Last Update:
    See Project
  • 6

    WhiteBear

    a set of foundation classes for database engines

    WhiteBear is a set of foundation classes for database engines written in Java. It supports object and relational database, is highly portable and may be used in embedded or server environment. Project has been created from scratch and plan to includes storage engine, server, SQL interpreter, ODBC, JDBC and JDO interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Harp

    Harp

    Static site server/generator with built-in preprocessing

    Harp is a static web server that also serves Jade, Markdown, EJS, Less, Stylus, Sass, and CoffeeScript as HTML, CSS, and JavaScript without any configuration. It supports the beloved layout/partial paradigm and it has flexible metadata and global objects for traversing the file system and injecting custom data into templates. Optionally, Harp can also compile your project down to static assets for hosting behind any valid HTTP server. Pre-compilers are becoming extremely powerful and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    xUtils3

    xUtils3

    Android orm, bitmap, http, view inject

    ... uploading of very large files (over 2G). Support breakpoint download (if the server supports the Range parameter, the client automatically handles the breakpoint download). Support cookies (implements domain, path, expiry and other features). Support caching (implement Cache-Control, Last-Modified, ETag and other features, use expiration time + LRU dual mechanism to clean up when the cache content is too much).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd daemon. ClamFS has moved to Github. Please navigate to github.com/burghardt/clamfs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
    Learn More
  • 10
    S-MVP

    S-MVP

    Optimized version of MVP, using annotation generics to simplify code

    Optimized version of MVP, using annotation generics to simplify code writing, using modular protocols to facilitate maintenance, APT process uses annotation parser to use JavaPoet. Complete the writing of repetitive modules, use ASpect+GradlePlugin to complete horizontal AOP programming+Javassist dynamic bytecode injection+Tinker to achieve hot repair+Retrofit to achieve elegant network operations+RxJava to easily play with data processing. In MVP, Presenter completely separates Model and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Haneke

    Haneke

    A lightweight generic cache for iOS written in Swift

    Haneke is a lightweight generic cache for iOS and tvOS written in Swift 4. It's designed to be super-simple to use. Haneke provides a memory and LRU disk cache for UIImage, NSData, JSON, String or any other type that can be read or written as data. Particularly, Haneke excels at working with images. It includes a zero-config image cache with automatic resizing. Everything is done in background, allowing for fast, responsive scrolling. Asking Haneke to load, resize, cache and display...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Cache2003

    Cache2003

    Programa que simula el comportamiento de la memoria caché

    Cache2003 es un simulador de memoria caché. El software muestra la interacción que se produce entre la memoria principal y la memoria caché de un computador. El programa permite simular las diferentes políticas de emplazamiento y reemplazamiento de los bloques de instrucciones dentro de las memorias, proporcionando muchas opciones para observar el comportamiento y rendimiento de cada técnica. El software fue realizado en el año 2003 (tal como lo dice su nombre) como proyecto final de la...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    React Redux Universal Hot Example

    React Redux Universal Hot Example

    A starter boilerplate for a universal webapp

    ... in Redux, lru-memoize to speed up form validation, multireducer to combine single reducers into one key-based reducer, style-loader, sass-loader and less-loader to allow import of stylesheets in plain css, sass and less, bootstrap-sass-loader and font-awesome-webpack to customize Bootstrap and FontAwesome, react-helmet to manage title and meta tag information on both server and client, and webpack-isomorphic-tools to allow require() work for statics both on client and server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PageReplacementAlgorithms

    PageReplacementAlgorithms

    Page Replacement Algorithms

    Page Replacement Algorithms FIFO LRU Optimal It works in the windows linux and mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    cachelet

    cachelet

    Cachelet - the simplest java framework for general purpose caching

    Cachelet is a java framework for general purpose caching very simple and easy to use. And it has everything you need for caching without complications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JHCaching

    Lightweight LRU Caching library with persistence

    LRU caching map is Least Recent Used Map, (see Wiki), meaning that a Key,Value pair is stored in the cache, with a "expireTime", but every time the Key is retrieved (get method) the expire time is extended. It is a simple POJO one jar library. With complete documentation with examples and javadoc. When the cache reaches is "maxSize" or a cleanup of the cache is performed (automatically by deamon thread dependent on the "LRUCachingMapConfiguration"), it is the keys with least recent used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    android-common-lib

    android-common-lib

    Android common lib, ImageCache, HttpCache, DropDownListView, etc.

    ...) and common Android tools (network, download, Android resources) Operation, shell, file, Json, random number, Collection, etc.). You can choose a variety of cache algorithms (FIFO, LIFO, LRU, MRU, LFU, 13 types such as MFU) or custom caching algorithms. Cache can be initialized according to system configuration. Applicable to applications that get more pictures and frequently use pictures, including secondary cache, such as Sina Weibo, twitter, WeChat avatar, Meili Talk, Mogujie, Petal, Taobao, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    OmniLoader

    OmniLoader

    Encode files and other resources for direct use in Java programs.

    Encapsulating a simple hex-encoding API, the OmniLoader User Interface provides an easier way to bookmark, as well as encode / re-encode external resource files. Initially designed for direct class-level API access to embedded source code files, OmniLoader package & class names can be easier to remember. By selectivinly including only the source code you want to distribute, OmniLoader Resources are also more secure. IDE defauts to omit ALL source code do not need to be changed....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GL Manga Reader

    GL Manga Reader

    GL Manga Reader allows you to read manga and comics on your computer.

    GL Manga Reader is an open source and free software which allows you to read manga and comics on your computer. It is designed to be easy to use. It is written in C++ and based on the OpenGL and QT librairies. GL Manga Reader is a portable application : - you do not have to install it - you can use it from an USB drive on any windows computer Recomanded configuration to use the hardware acceleration : - A graphic card (or an APU) whith 256MB However, it will works even if you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    NitroCache

    Extremely fast, scalable, concurrent, pure Java In-memory cache

    One of the fastest, 100% Pure Java In-memory cache. Its aimed at providing very fast, light, highly scalable cache with high concurrency. The fetch operation from cache are always in constant time, O(c), irrespective of the number of threads accessing the cache or cache size. NitroCache uses unique custom algorithm inspired by Btree, skiplist and hashing to deliver a constant time cache with lock-less fetches. For details on using NitroCache, please visit wiki section Note: For...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PerfCache

    PerfCache

    A high-performance C++ cache library implementing O(1) LRU and LFU.

    .... The LRU and LFU replacement policies are supported; the replacement metadata management overhead is O(1). PerfCache includes support for synchronization and for cache operation statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Ext2Read is an explorer like utility to explore ext2/ext3/ext4 files. It now supports LVM2 and EXT4 extents. It can be used to view and copy files and folders. It can recursively copy entire folders. It can also be used to view and copy disk and file
    Leader badge
    Downloads: 2,121 This Week
    Last Update:
    See Project
  • 23
    Concurrent hash map and linked list implementation of the ConcurrentMap interface, with predictable iteration order. This implementation differs from ConcurrentHashMap in that it maintains a doubly-linked list running through all of its entries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The project will develop an in – memory object cache utilizing the LRU (least-recently-used) algorithm. The cache will store the objects that are most accessed within a fixed size memory pool. Thus system is keep statistics and calculates tradeoffs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BeanIndex is an inverted indexing library for Java Beans. It supports Multithreaded searching, LRU Cache for beans and indeces and hot deployment of new index data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next