Giter Site home page Giter Site logo

thatnerduknow / base112064 Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 11 KB

A small javascript library to serialize your data in as few characters as possible

Home Page: https://www.npmjs.com/package/base1112064

JavaScript 100.00%
javascript javascript-library joke

base112064's Introduction

base112064

A small javascript library to serialize your objects in as few characters as possible

Why call it base112064?

This library serializes an object using utf-8 encoding which has 112064 possible characters

Is this library right for me?

You absolutely should not use this library, or do, I'm not a cop

Usage

serialize your object into a string (or a plain buffer) then pass it as an argument to the default export from this library

import encode from 'base112064'
import {promises as fs} from 'promises'

let myData = await fs.readfile('./data.mp4')
console.log(encode(myData))

Does this compress my data?

Absolutely not, this simply takes advantage of the fact that the higher base you're using the fewer characters you need to represent the same data. the binary representation of your data is exactly the same under the hood

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.