Towards a secure API client generator for IoT devices

OpenAPITools/openapi-generator 2 Jan 2022

Code generators for API clients can enhance productivity, but they tend to generate universal purpose code, and on the other hand the networking primitives of IoT devices are platform specific, especially when security mechanisms such as Transport Layer Security are part of the picture.

Networking and Internet Architecture Software Engineering C.2; D.2

On-Demand JSON: A Better Way to Parse Documents?

simdjson/simdjson 28 Dec 2023

JSON is a popular standard for data interchange on the Internet.

Databases Performance

Validating UTF-8 In Less Than One Instruction Per Byte

lemire/simdjson 6 Oct 2020

The majority of text is stored in UTF-8, which must be validated on ingestion.

Databases

Parsing Gigabytes of JSON per Second

lemire/simdjson 22 Feb 2019

We are thus motivated to make JSON parsing as fast as possible.

Databases Performance

Diffusion Policy: Visuomotor Policy Learning via Action Diffusion

kaixindelele/chatpaper 7 Mar 2023

This paper introduces Diffusion Policy, a new way of generating robot behavior by representing a robot's visuomotor policy as a conditional denoising diffusion process.

Robotics

A Privacy-Preserving Healthcare Framework Using Hyperledger Fabric

hyperledger/fabric 18 Nov 2020

Electronic health record (EHR) management systems require the adoption of effective technologies when health information is being exchanged.

Cryptography and Security

Lightweight Robust Size Aware Cache Management

ben-manes/caffeine 18 May 2021

Modern key-value stores, object stores, Internet proxy caches, as well as Content Delivery Networks (CDN) often manage objects of diverse sizes, e. g., blobs, video files of different lengths, images with varying resolution, and small documents.

Operating Systems Databases

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

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

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