encode
Here are 191 public repositories matching this topic...
A robust HTML entity encoder/decoder written in JavaScript.
-
Updated
Dec 3, 2019 - JavaScript
[Skype Silk Codec SDK]Decode silk v3 audio files (like wechat amr, aud files, qq slk files) and convert to other format (like mp3). Batch conversion support.
-
Updated
Dec 3, 2019 - C
:fire: (持续更新, 目前含100+工具类) DevUtils 是一个 Android 工具库, 主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。 该项目尽可能的便于开发人员,快捷、快速开发安全可靠的项目,以及内置部分常用的资源文件,如 color.xml
-
Updated
Dec 4, 2019 - Java
CaptfEncoder是一款跨平台网络安全工具套件,提供网络安全相关编码转换、古典密码、密码学、特殊编码等工具,并聚合各类在线工具。
-
Updated
Dec 2, 2019 - CSS
Download images from remote URLs or use local images and encode/decode them to Base64 string or Buffer object
-
Updated
Aug 28, 2019 - JavaScript
:man_technologist: Simple and effective Obfuscator PHP class (this is not a stupid base64 encoding script, but a real and effective obfuscation script)
-
Updated
Nov 22, 2019 - PHP
A tool for generating short ids like Youtube, Bitly and Imgur
-
Updated
Jun 3, 2019 - JavaScript
Haystack: Epigenetic Variability and Transcription Factor Motifs Analysis Pipeline
-
Updated
Sep 27, 2019 - HTML
Vim plugin to encode/decode base64 strings
-
Updated
Dec 3, 2019 - Vim script
A useful Firebase-Cloud-Firestore Wrapper with Codable.
-
Updated
Nov 28, 2019 - Swift
A simple C++11 based helper for converting string between a various charset
-
Updated
Oct 14, 2019 - C++
Encodes accents and other diacritics into HTML Entities.
-
Updated
Mar 20, 2019 - JavaScript
Improve this page
Add a description, image, and links to the encode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the encode topic, visit your repo's landing page and select "manage topics."


From our benchmarks we can see that we are consistently slower than everyone else when serializing/deserializing boolean values. We should fix that.
orjson is using an
unsafeblock to create a reference to a boolean:https://github.com/ijl/orjson/blob/03d55e99a953ce93cedc05f03e4b63b0bcbbcc7a/src/decode.rs#L81-L96
This avoids additional allocations.
For comparison, this is our code at the