Showing 12 open source projects for "linux memory"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • Cvent Event Management Icon
    Cvent Event Management

    For In-Person, Hybrid, and Virtual Event Planners and Marketers

    Cvent delivers an all-in-one event platform for any event, and every event. Our platform simplifies the management of each stage of the event lifecycle while giving you the data and insights you need to maximize your value. Whether in-person, virtual, or hybrid, you’ll have a single platform with everything you need to find suppliers, engage attendees, maximize sponsor value, and capture important event data.
  • 1
    EzXML.jl

    EzXML.jl

    XML/HTML handling tools for primates

    EzXML.jl is a package to handle XML/HTML documents for primates. This package depends on libxml2, which will be automatically installed as an artifact via XML2_jll.jl if you use Julia 1.3 or later. Currently, Windows, Linux, macOS, and FreeBSD are now supported.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    PartitionedArrays.jl

    PartitionedArrays.jl

    Vectors and sparse matrices partitioned into pieces

    This package provides distributed (a.k.a. partitioned) vectors and sparse matrices in Julia. See the documentation for further details.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    OnlineStats.jl

    OnlineStats.jl

    Single-pass algorithms for statistics

    OnlineStats does statistics and data visualization for big/streaming data via online algorithms. High-performance single-pass algorithms for statistics and data viz. Updated one observation at a time. Algorithms use O(1) memory. Algorithms use O(1) memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Coverage.jl

    Coverage.jl

    Take Julia code coverage and memory allocation results, do useful thin

    Julia can track how many times, if any, each line of your code is run. This is useful for measuring how much of your code base your tests actually test, and can reveal the parts of your code that are not tested and might be hiding a bug. You can use Coverage.jl to summarize the results of this tracking or to send them to a service like Coveralls.io or Codecov.io. Julia can track how much memory is allocated by each line of your code. This can reveal problems like type instability, or operations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Analyze, Control and Reduce your monthly technology spend across your entire enterprise! Icon
    Analyze, Control and Reduce your monthly technology spend across your entire enterprise!

    Caters to the enterprise information technology (IT) software markets.

    WinBill by TeleManagement Technologies is a premier telecom expense management software solution. Easily accessible and equipped with a centralized database of information, WinBill provides businesses with an accurate inventory of all vendors, expenses, and IT services. By leveraging WinBill, you can easily keep track of contracts, effortlessly manage IT budgets, and virtually eliminate late payment fees. Additionally, the solution's flexible reporting tools give users the resources they need to create and schedule reports or have them seamlessly access reporting information through the web. Core features include real-time call collection, toll fraud, real-time socket, network design, and more.
  • 5
    FileTrees.jl

    FileTrees.jl

    Parallel file processing made easy

    Easy everyday parallelism with a file tree abstraction. Read a directory structure as a Julia data structure, (lazy-)load the files, apply map and reduce operations on the data while not exceeding available memory if possible. Make up a file tree in memory, create some data to go with each file (in parallel), write the tree to disk (in parallel). FileTrees is a set of tools to lazy-load, process and save file trees. Built-in parallelism allows you to max out all threads and processes that Julia...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    QuantumOptics.jl

    QuantumOptics.jl

    Library for the numerical simulation of closed as well as open quantum

    QuantumOptics.jl is a numerical framework written in the Julia programming language that makes it easy to simulate various kinds of open quantum systems. It is inspired by the Quantum Optics Toolbox for MATLAB and the Python framework QuTiP. QuantumOptics.jl optimizes processor usage and memory consumption by relying on different ways to store and work with operators. The framework comes with a plethora of pre-defined systems and interactions making it very easy to focus on the physics...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LinearOperators.jl

    LinearOperators.jl

    Linear Operators for Julia

    Operators behave like matrices (with some exceptions - see below) but are defined by their effect when applied to a vector. They can be transposed, conjugated, or combined with other operators cheaply. The costly operation is deferred until multiplied with a vector.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Bumper.jl

    Bumper.jl

    Bring Your Own Stack

    Bumper.jl is a package that aims to make working with bump allocators (also known as arena allocators) easier and safer. You can dynamically allocate memory to these bump allocators, and reset them at the end of a code block, just like Julia's stack. Allocating to a bump allocator with Bumper.jl can be just as efficient as stack allocation. Bumper.jl is still a young package, and may have bugs. Let me know if you find any.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    IndexedTables.jl

    IndexedTables.jl

    Flexible tables with ordered indices

    IndexedTables provides tabular data structures where some of the columns form a sorted index. It provides the backend to JuliaDB, but can be used on its own for efficient in-memory data processing and analytics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Better CRM Icon
    The Better CRM

    Pipeliner has revolutionized CRM with our unique visual interface, no-code workflow automation engine, and instant, dynamic insights and reporting.

    The Pipeliner CRM experience is so different from traditional CRM which is why we drive the highest adoption rates, lower Total Cost of Ownership, and rapid Return On Investment. Plus with fast onboarding and how easy it is to learn to use and/or administer the system, there is little to no business interruption when deploying.
  • 10
    InMemoryDatasets.jl

    InMemoryDatasets.jl

    Multithreaded package for working with tabular data in Julia

    InMemoryDatasets.jl is a multithreaded package for data manipulation and is designed for Julia 1.6+ (64-bit OS). The core computation engine of the package is a set of customized algorithms developed specifically for columnar tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    InvertibleNetworks.jl

    InvertibleNetworks.jl

    A Julia framework for invertible neural networks

    Building blocks for invertible neural networks in the Julia programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Query.jl

    Query.jl

    Query almost anything in julia

    Query is a package for querying julia data sources. It can filter, project, join and group data from any iterable data source, including all the sources supported in IterableTables.jl. One can for example query any of the following data sources: any array, DataFrames, DataStreams (including CSV, Feather, SQLite, ODBC), DataTables, IndexedTables, TimeSeries, Temporal, TypedTables and DifferentialEquations (any DESolution). The package currently provides working implementations for in-memory data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next