Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/philhofer/fwd

Package fwd provides a buffered reader and writer. Each has methods that help improve the encoding/decoding performance of some binary protocols. The Writer and Reader type provide similar functionality to their counterparts in bufio, plus a few extra utility methods that simplify read-ahead and write-ahead. I wrote this package to improve serialization performance for http://github.com/tinylib/msgp, where it provided about a 2x speedup over `bufio` for certain workloads. However, care must be taken to understand the semantics of the extra methods provided by this package, as they allow the user to access and manipulate the buffer memory directly. The extra methods for Reader are Reader.Peek, Reader.Skip and Reader.Next. (*fwd.Reader).Peek, unlike (*bufio.Reader).Peek, will re-allocate the read buffer in order to accommodate arbitrarily large read-ahead. (*fwd.Reader).Skip skips the next 'n' bytes in the stream, and uses the io.Seeker interface if the underlying stream implements it. (*fwd.Reader).Next returns a slice pointing to the next 'n' bytes in the read buffer (like Reader.Peek), but also increments the read position. This allows users to process streams in arbitrary block sizes without having to manage appropriately-sized slices. Additionally, obviating the need to copy the data from the buffer to another location in memory can improve performance dramatically in CPU-bound applications. Writer only has one extra method, which is (*fwd.Writer).Next, which returns a slice pointing to the next 'n' bytes of the writer, and increments the write position by the length of the returned slice. This allows users to write directly to the end of the buffer.
4 versions
Latest release: over 1 year ago
3,426 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/philhofer/fwd

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/philhofer%2Ffwd

Dependent Repos 12,369

sebastiaopamplona/madmin-go Fork of minio/madmin-go
The MinIO Admin Go Client SDK provides APIs to manage MinIO services
  • v1.1.1 go.mod
  • v1.1.1 go.sum

Size: 544 KB - Last synced: 10 months ago - Pushed: over 1 year ago

cheqd/tendermint Fork of tendermint/tendermint
⟁ Tendermint Core (BFT Consensus) in Go
  • v1.1.1 go.sum

Size: 142 MB - Last synced: 24 days ago - Pushed: over 1 year ago

xav-b/crypto-stuff
Tinkering around
  • v1.0.0 streaming-ethereum-on-chain-data-to-questdb/go.sum

Size: 7.6 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

tharun208/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v1.1.1 go.sum
  • v1.0.0 tools/lambda-promtail/go.sum

Size: 168 MB - Last synced: 16 days ago - Pushed: about 1 year ago

jrivera-px/operator Fork of libopenstorage/operator
Storage operator for Kubernetes
  • v1.0.0 go.sum

Size: 34.9 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

eminatabey/workshop_golang_fiber_corrig-
  • v1.1.1 go.mod
  • v1.1.1 go.sum

Size: 9.77 KB - Last synced: 4 months ago - Pushed: about 1 year ago

influxdata/influxdb-observability
  • v1.1.1 tests-integration/go.mod
  • v1.0.0 tests-integration/go.sum
  • v1.1.1 tests-integration/go.sum

Size: 2.21 MB - Last synced: 12 days ago - Pushed: 12 days ago

RafaySystems/terraform-provider-rafay
Rafay terraform provider
  • v1.0.0 go.sum

Size: 4.33 MB - Last synced: 1 day ago - Pushed: 2 days ago

LATOKEN/bridge-backend-service
  • v1.0.0 src/go.sum

Size: 449 KB - Last synced: 4 months ago - Pushed: over 1 year ago

Cha0sIDL/ZeroBot-Plugin Fork of FloatTech/ZeroBot-Plugin
基于 ZeroBot 的 OneBot 插件
  • v1.1.1 go.mod
  • v1.1.1 go.sum

Size: 28.3 MB - Last synced: 8 months ago - Pushed: 8 months ago

manish8561/go_microservice
go_microservice with grpc
  • v1.0.0 farm/go.sum

Size: 1.38 MB - Last synced: 7 months ago - Pushed: 8 months ago

dreamer-zq/cosmos-sdk Fork of cosmos/cosmos-sdk
:chains: A Framework for Building High Value Public Blockchains :sparkles:
  • v1.0.0 go.sum
  • v1.1.1 go.sum

Size: 217 MB - Last synced: 18 days ago - Pushed: 7 months ago

millicent-money/cosmos-sdk
  • v1.0.0 go.sum
  • v1.1.1 go.sum

Size: 361 MB - Last synced: 9 months ago - Pushed: about 1 year ago

apache/submarine
Submarine is Cloud Native Machine Learning Platform.
  • v1.0.0 submarine-cloud-v2/go.sum

Size: 29.3 MB - Last synced: 7 days ago - Pushed: about 1 month ago

Blake8868/mvm Fork of MetisProtocol/mvm
A hard fork of the Optimistic Ethereum protocol (optimism.io)
  • v1.0.0 go/batch-submitter/go.sum
  • v1.0.0 go/gas-oracle/go.sum
  • v1.0.0 go/op_exporter/go.sum
  • v1.0.0 l2geth/go.sum

Size: 27.1 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

vinted/prometheus Fork of prometheus/prometheus
The Prometheus monitoring system and time series database.
  • v1.0.0 documentation/examples/remote_storage/go.sum

Size: 161 MB - Last synced: about 17 hours ago - Pushed: 2 days ago

codeboten/opentelemetry-lambda Fork of open-telemetry/opentelemetry-lambda
  • v1.0.0 collector/go.sum

Size: 1.59 MB - Last synced: 7 months ago - Pushed: 7 months ago

VibrentHealth/keycloak-operator Fork of keycloak/keycloak-operator
A Kubernetes Operator based on the Operator SDK for syncing resources in Keycloak
  • v1.0.0 go.sum

Size: 12.4 MB - Last synced: 2 months ago - Pushed: 2 months ago

overline-mining/gool
it's scary
  • v1.0.0 go.sum
  • v1.1.1 go.sum

Size: 877 KB - Last synced: 5 months ago - Pushed: 5 months ago

chef/chef-analyze
A CLI to analyze artifacts from a Chef Infra Server
  • v1.0.0 go.sum

Size: 14.8 MB - Last synced: 3 months ago - Pushed: 5 months ago

kare/ewallet
Go program that generates Ethereum private key, public key and address
  • v1.0.0 go.sum

Size: 85 KB - Last synced: 16 days ago - Pushed: 4 months ago

tts-tblock/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v1.0.0 extensions/open-cluster-management/generator-observability/go.sum

Size: 449 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

iBridge-up/ibridge-node
  • v1.0.0 go.sum

Size: 20.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

digitalbitbox/bitbox-wallet-app
The BitBoxApp for desktop and mobile.
  • v1.0.0 go.sum

Size: 267 MB - Last synced: 18 days ago - Pushed: 19 days ago

stakemachine/graph-indexer-cli
The Graph Indexer CLI
  • v1.0.0 go.sum

Size: 201 KB - Last synced: 9 months ago - Pushed: about 1 year ago

longhorn/upgrade-responder
Upgrade responder for Longhorn
  • v1.0.0 go.sum

Size: 53.7 MB - Last synced: about 14 hours ago - Pushed: 1 day ago

tokend/go-substrate-rpc-client
  • v1.0.0 go.sum

Size: 1.64 MB - Last synced: 10 months ago - Pushed: over 1 year ago

kurtosis-tech/zz-deprecated_kurtosis-onboarding-experience 📦
  • v1.0.0 go.sum

Size: 171 KB - Last synced: 14 days ago - Pushed: over 1 year ago

fragmentsh/ssv Fork of bloxapp/ssv
Secret-Shared-Validator(SSV) for ethereum staking
  • v1.0.0 go.sum

Size: 19.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

kubesphere/notification-manager
K8s native notification management with multi-tenancy support
  • v1.0.0 sidecar/kubesphere/3.1.0/go.sum
  • v1.0.0 sidecar/kubesphere/3.2.0/go.sum

Size: 2.23 MB - Last synced: 20 days ago - Pushed: about 1 month ago

boostchicken/opentelemetry-collector-contrib Fork of open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
  • v1.1.2 cmd/configschema/go.mod
  • v1.1.2 cmd/configschema/go.sum
  • v1.1.2 cmd/otelcontribcol/go.mod
  • v1.1.2 cmd/otelcontribcol/go.sum
  • v1.1.2 cmd/oteltestbedcol/go.mod
  • v1.1.2 cmd/oteltestbedcol/go.sum
  • v1.1.2 exporter/datadogexporter/go.mod
  • v1.1.2 exporter/datadogexporter/go.sum
  • v1.1.2 go.mod
  • v1.1.2 go.sum

Size: 262 MB - Last synced: 2 days ago - Pushed: 5 months ago

swimricky/wormhole Fork of wormhole-foundation/wormhole
Certus One's reference implementation for the Wormhole blockchain interoperability protocol.
  • v1.0.0 clients/eth/go.sum
  • v1.0.0 event_database/cloud_functions/go.sum
  • v1.0.0 event_database/functions_server/go.sum
  • v1.0.0 node/go.sum
  • v1.0.0 third_party/abigen-celo/go.sum

Size: 76.7 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

SadmiB/seaweedfs Fork of seaweedfs/seaweedfs
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.
  • v1.1.1 go.mod
  • v1.1.1 go.sum

Size: 40.6 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

me-diru/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.
  • v1.0.0 go.sum

Size: 13.1 MB - Last synced: 2 days ago - Pushed: about 1 year ago

mattermost-community/mattermost-plugin-msteams-meetings
Mattermost Plugin for Microsoft Teams Meetings
  • v1.0.0 build/go.sum
  • v1.0.0 go.sum

Size: 1.03 MB - Last synced: 7 days ago - Pushed: 7 days ago

bianjieai/ethermint Fork of evmos/ethermint
Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the Cosmos SDK.
  • v1.0.0 go.sum

Size: 39.2 MB - Last synced: 15 days ago - Pushed: 15 days ago

aswinsuryan/submariner-operator Fork of submariner-io/submariner-operator
The submariner-operator installs and maintains your submariner deployment.
  • v1.0.0 go.sum

Size: 5.53 MB - Last synced: 8 days ago - Pushed: 8 days ago

jeschkies/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v1.1.1 go.sum
  • v1.0.0 tools/lambda-promtail/go.sum

Size: 199 MB - Last synced: 16 days ago - Pushed: 18 days ago

grassrootseconomics/ge-dw-admin
CLI for admin DW operations
  • v1.0.0 go.sum

Size: 4.08 MB - Last synced: 20 days ago - Pushed: about 1 year ago

sanekkurt/telegraf Fork of influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.
  • v1.1.1 go.mod
  • v1.0.0 go.sum
  • v1.1.1 go.sum

Size: 43.5 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

signalfx/microservices-demo Fork of GoogleCloudPlatform/microservices-demo
Sample cloud-native application with 10 microservices showcasing instrumention with OpenTelemetry.
  • v1.0.0 src/checkoutservice/go.mod
  • v1.0.0 src/checkoutservice/go.sum
  • v1.0.0 src/frontend/go.mod
  • v1.0.0 src/frontend/go.sum
  • v1.0.0 src/productcatalogservice/go.mod
  • v1.0.0 src/productcatalogservice/go.sum
  • v1.0.0 src/shippingservice/go.mod
  • v1.0.0 src/shippingservice/go.sum

Size: 13.9 MB - Last synced: 1 day ago - Pushed: 14 days ago

monicawoj/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.
  • v1.0.0 go.sum

Size: 26.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

planetary-social/scuttlego
A Go implementation of the Secure Scuttlebutt protocol.
  • v1.0.0 go.sum

Size: 4.51 MB - Last synced: 19 days ago - Pushed: about 1 year ago

parkhub/istio Fork of istio/istio
An open platform to connect, manage, and secure microservices.
  • bb6d471dc95d4fe11e432687f8b70ff496cf3136 Gopkg.lock

Size: 17.5 MB - Last synced: 4 days ago - Pushed: 4 days ago

apigee/registry-experimental
Experimental code associated with the Registry API.
  • v1.0.0 go.sum

Size: 129 MB - Last synced: 15 days ago - Pushed: 15 days ago

disney/quanta
Access large data sets in true "real time" fashion. Millisecond queries and live updates.
  • v1.0.0 go.sum

Size: 41.5 MB - Last synced: 20 days ago - Pushed: 20 days ago

realtakahashi/chainbridge-core-example
  • v1.0.0 go.sum

Size: 10.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

xp-1000/signalfx-agent Fork of signalfx/signalfx-agent
The SignalFx Smart Agent
  • v1.0.0 go.sum
  • v1.1.1 go.sum
  • v1.0.0 pkg/apm/go.sum

Size: 36.4 MB - Last synced: 9 months ago - Pushed: about 1 year ago

strangelove-ventures/lens 📦
⚛️❤️👁 Brought to you by the LensCrafters
  • v1.0.0 go.sum
  • v1.1.1 go.sum

Size: 18.4 MB - Last synced: 21 days ago - Pushed: 10 months ago

coinbase/mesh-ethereum
Ethereum Rosetta API Implementation
  • v1.0.0 go.sum

Size: 917 KB - Last synced: 19 days ago - Pushed: 9 months ago

Djadih/go-quai-stratum Fork of dominant-strategies/go-quai-stratum
  • v1.0.0 go.sum

Size: 321 KB - Last synced: 21 days ago - Pushed: 21 days ago

xyephy/rosetta-whive
  • v1.0.0 go.sum

Size: 479 KB - Last synced: 17 days ago - Pushed: 11 months ago

onflow/rosetta
Rosetta implementation for the Flow blockchain
  • v1.0.0 go.sum

Size: 453 KB - Last synced: 20 days ago - Pushed: 2 months ago

stolostron/kube-state-metrics Fork of kubernetes/kube-state-metrics
Add-on agent to generate and expose cluster-level metrics.
  • v1.0.0 go.sum

Size: 20.2 MB - Last synced: about 11 hours ago - Pushed: about 14 hours ago

opdev/l5-operator-demo
Showcase level 5 operator capabilities
  • v1.0.0 go.sum

Size: 8.56 MB - Last synced: 4 days ago - Pushed: 9 months ago

ChainSafe/chainlink-cosmos
Chainlink on Cosmos: Cosmos SDK module for Chainlink data feeds
  • v1.0.0 go.sum

Size: 1.26 MB - Last synced: about 1 month ago - Pushed: 4 months ago

dgfug/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
  • v1.0.0 go.sum

Size: 420 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

syscoin/go-ethereum Fork of ethereum/go-ethereum
Official Go implementation of the Ethereum protocol
  • v1.0.0 go.sum

Size: 223 MB - Last synced: 21 days ago - Pushed: 7 months ago

boost-entropy-k8s/k8ssandra Fork of k8ssandra/k8ssandra
K8ssandra is an open-source distribution of Apache Cassandra for Kubernetes including API services and operational tooling.
  • v1.0.0 go.sum

Size: 25 MB - Last synced: 20 days ago - Pushed: about 1 month ago