Skip to content

Instantly share code, notes, and snippets.

View bassmanitram's full-sized avatar

Martin Bartlett bassmanitram

  • DXC
  • Paris, France
View GitHub Profile
@bassmanitram
bassmanitram / cargo.toml
Last active December 8, 2023 15:04
Infantile comparison between http::HeaderMap and stde::collections::HashMap
[package]
name = "test-map"
version = "0.1.0"
edition = "2021"
[features]
headermap = []
[dependencies]
ahash = "0.8.6"
@bassmanitram
bassmanitram / Cargo.toml
Created January 24, 2024 15:06
Lambda HTTP Request Deserialization by Serde Json and SIMD JSON
[package]
name = "test-serde-simd-json"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.5"
simd-json = "0.13"