TinyLFU: A Highly Efficient Cache Admission Policy

ben-manes/caffeine 2 Dec 2015

Also, a new combined replacement and eviction policy scheme nicknamed W-TinyLFU is presented.

Operating Systems

Million.js: A Fast Compiler-Augmented Virtual DOM for the Web

aidenybai/million 17 Feb 2022

Interactive web applications created with declarative JavaScript User Interface (UI) libraries have increasingly dominated the modern internet.

Human-Computer Interaction

DCT-like Transform for Image Compression Requires 14 Additions Only

leandromoreira/digital_video_introduction 2 Feb 2017

A low-complexity 8-point orthogonal approximate DCT is introduced.

Multimedia Data Structures and Algorithms Applications Computation

The SpeakIn System for VoxCeleb Speaker Recognition Challange 2021

kaldi-asr/kaldi 5 Sep 2021

The minDCF of our submission is 0. 1034, and the corresponding EER is 1. 8460%.

Sound Audio and Speech Processing

Heterogeneous Graph Attention Network

dmlc/dgl WWW 2019 2019

With the learned importance from both node-level and semantic-level attention, the importance of node and meta-path can be fully considered.

Social and Information Networks

Learning rich touch representations through cross-modal self-supervision

deepmind/deepmind-research 21 Jan 2021

The sense of touch is fundamental in several manipulation tasks, but rarely used in robot manipulation.

Self-Supervised Learning Robotics

SciPy 1.0--Fundamental Algorithms for Scientific Computing in Python

scipy/scipy 23 Jul 2019

SciPy is an open source scientific computing library for the Python programming language.

Mathematical Software Data Structures and Algorithms Software Engineering Computational Physics

Triangulating Python Performance Issues with Scalene

plasma-umass/scalene 15 Dec 2022

Scalene's CPU and memory profilers help Python programmers direct their optimization efforts by distinguishing between inefficient Python and efficient native execution time and memory usage.

Programming Languages Performance

Scalene: Scripting-Language Aware Profiling for Python

plasma-umass/scalene 6 Jun 2020

Scalene employs a combination of sampling, inference, and disassembly of byte-codes to efficiently and precisely attribute execution time and memory usage to either Python, which developers can optimize, or library code, which they cannot.

Programming Languages Software Engineering

DB-GPT: Empowering Database Interactions with Private Large Language Models

eosphoros-ai/db-gpt 29 Dec 2023

Our extensive experiments and user studies confirm that DB-GPT represents a paradigm shift in database interactions, offering a more natural, efficient, and secure way to engage with data repositories.

Databases