#msgpack search results
#msgpack これでどう? 0. (raw|str)はより中立なbinと表現 1.Extendedは(Tag|Typ)ed 2. FixExtをInt専科に 3. ary8とmap8も追加 @kazuho @frsyuki
AMD、LLVMで使用する次世代メタデータフォーマットにMessagePackを採用。"at AMD...defining our next code object metadata...MessagePack" reviews.llvm.org/D44429 #msgpack
読んだ。すばらしい。CDNプロバイダのCloudflareが、MessagePack と Go を使ってDNSの実装を3倍速くしたという話。"How we made our DNS stack 3x faster" blog.cloudflare.com/how-we-made-ou… #msgpack
Born as utility it now deserve its own repository.Say hello to #SwiftMsgPack a #msgpack implementation in #swiftlang github.com/malcommac/Swif…
なんかこう、"running-code" に対する敬意が薄い気がするのは気のせいかなぁ。5年程前に「最近の RFC はペーパーばかりで実装が出てこない」という愚痴を聞いたことがあるけど、この騒動はわりと深刻な問題の片鱗なのかもしれない、とか思った。 #msgpack
#msgpack has a reputation to be fast when serializing #NumPy arrays: benfrederickson.com/dont-pickle-yo… With the new pack_array2() you can pack/unpack several times faster, and taking less memory (thanks to #Blosc2 compression). Docs: 👉blosc.org/python-blosc2/…
2014年に書いたコードがまだ現役で大量のデータを処理しているので、初期の仕事やデザインの重要さは侮れない - Treasure Dataを支える技術 - MessagePack編 #msgpack #treasuredata slideshare.net/taroleo/2014-1… via @SlideShare
Released msgpack-ruby v0.5.10! JRuby support is added. #msgpack
json から #msgpack への変換のコマンドラインツールを scala-native で書くとjvm起動時間がなくなって一瞬で実行出来て楽しい✌('ω'✌ )三✌('ω')✌三( ✌'ω')✌
.@frsyuki がCEDEC AWARD 2012, ネットワーク部門にノミネート(by #fluentd and #msgpack)されたので、一緒に応援しよう! > bit.ly/LbOCZ6
are you using #msgpack in C or C++? take a look at github.com/wolfcod/msgpac… and give me a feedback.. #wip
OK, MsgPack for CLI now supports .NET Core RC2! nuget.org/packages/MsgPa… #msgpack And, Unity IL2CPP is also supported!
#msgpack のライブラリも #ScalaNative 対応してリリースした github.com/msgpack4z/msgp…
msgpack-c 2.0.0 has been released! github.com/msgpack/msgpac… #msgpack
I used @claudeai for the first time today. I was wasting too much of my time coaching other AIs (grok, gemini & copilot) regarding the #ColdFusion language & its "nuances". I ported #msgpack to #cfml. There were there 50+ implementations, but not a single native CF version.
Here's another @sso_jet article where they expertly state that #msgpack is available for the @CFonWheels #cfml framework. ssojet.com/serialize-and-… The CFWheels "msgpack-cfml" component doesn't appear to exist.
This article from @sso_jet seems to indicate that SerializeMessagePack() is a built-in, first class function for #ColdFusion that supports #msgpack. Is it true? ssojet.com/serialize-and-… Are they spreading disinformation by publishing AI-generated articles as SEO clickbait?
are you using #msgpack in C or C++? take a look at github.com/wolfcod/msgpac… and give me a feedback.. #wip
I've written a new #msgpack library for c++23. You can find it at github.com/rwindegger/msg…
If you need a MessagePack implementation when coding for @Garmin's #ConnectIQ platform, there is now a #MonkeyC barrel for that. #msgpack github.com/douglasr/msgpa…
github.com
GitHub - douglasr/msgpack-monkeyc: MessagePack for MonkeyC (Connect IQ) / msgpack.org[Monkey C]
MessagePack for MonkeyC (Connect IQ) / msgpack.org[Monkey C] - douglasr/msgpack-monkeyc
#JSON is slow. #Protobuffer and #msgpack help you to write #binary form, but they can also be slow. The generic #serialization needs to consider a generic data structure. And that will kill the #performance. A custom binary format is a good choice if and when needed #javascript
#blazor and file uploads and #msgpack deserializer = beware of stream reads and incorrect byte interpretation
As a bonus, #Blosc2 allows to pack arrays larger than 4 GB (which is not supported by #msgpack) with no sweet (i.e. at more than 10 GB/s ⚡️) 👇
#msgpack has a reputation to be fast when serializing #NumPy arrays: benfrederickson.com/dont-pickle-yo… With the new pack_array2() you can pack/unpack several times faster, and taking less memory (thanks to #Blosc2 compression). Docs: 👉blosc.org/python-blosc2/…
We ran into the limitations of classic bindings and decided to build our own based on #msgpack as the serialization format
We just open sourced github.com/fiberplane/fp-…. A bindings-generator for @rustwasm written in @rustlang and which uses #msgpack for serialization. Read more on the @fiberplane blog fiberplane.dev/blog/announcin…
github.com
GitHub - fiberplane/fp-bindgen: Bindings generator for full-stack WASM plugins
Bindings generator for full-stack WASM plugins. Contribute to fiberplane/fp-bindgen development by creating an account on GitHub.
JSON並みのデータ構造と可搬性を保ちつつ、データサイズを削減できるフォーマット「MessagePack」をSORACOMプラットフォームでサポート。特にマイコンとクラウド連携する際のデータ生成で、CPUやメモリーの節約と、実装の見通しの良さを両立できます。 #msgpack #SORACOM blog.soracom.com/ja-jp/2021/12/…
blog.soracom.com
IoTデバイスのバイナリーデータをJSON変換する「バイナリーパーサー」がMessagePack に対応! - SORACOM公式ブログ
Ho Ho Ho こんばんは、ソラコムでサンタ エンジニアをやってます松井(ニックネーム: moto)です。
For now, braidpool is running with #msgpack. Why? Here goes: 1. Compact serialized output. 2. Allows clients to manage memory - if they want. 3. No IDL or talking to your POD via a third party API. 4. Handles options and forward compatibility.
2014年に書いたコードがまだ現役で大量のデータを処理しているので、初期の仕事やデザインの重要さは侮れない - Treasure Dataを支える技術 - MessagePack編 #msgpack #treasuredata slideshare.net/taroleo/2014-1… via @SlideShare
#msgpack これでどう? 0. (raw|str)はより中立なbinと表現 1.Extendedは(Tag|Typ)ed 2. FixExtをInt専科に 3. ary8とmap8も追加 @kazuho @frsyuki
I used @claudeai for the first time today. I was wasting too much of my time coaching other AIs (grok, gemini & copilot) regarding the #ColdFusion language & its "nuances". I ported #msgpack to #cfml. There were there 50+ implementations, but not a single native CF version.
We ran into the limitations of classic bindings and decided to build our own based on #msgpack as the serialization format
JavaScript to C# Numeric Precision Loss stackoverflow.com/questions/6089… #signalr #msgpack #binaryserialization #javascript #c#
Messagepack "partial" serialization stackoverflow.com/questions/6615… #csharp #msgpack #serialization
Eeeeeey, look at that, I sent some commands to #nvim via #tcp #msgpack #rpc Finally getting the hang of this.
As a bonus, #Blosc2 allows to pack arrays larger than 4 GB (which is not supported by #msgpack) with no sweet (i.e. at more than 10 GB/s ⚡️) 👇
File base and pandas, do not need a database #python #filebase #msgpack @msgpack @pythonbrasil @Python_Pandas #pandas
end! #ujson vs #json vs #msgpack on #pypy vs #python2. #djangorestframework with #serpy (35k objs) #api #optimize
Born as utility it now deserve its own repository.Say hello to #SwiftMsgPack a #msgpack implementation in #swiftlang github.com/malcommac/Swif…
#msgpack has a reputation to be fast when serializing #NumPy arrays: benfrederickson.com/dont-pickle-yo… With the new pack_array2() you can pack/unpack several times faster, and taking less memory (thanks to #Blosc2 compression). Docs: 👉blosc.org/python-blosc2/…
This month's release is one step forward to open security analytics! #VAST got more power with #msgpack data coding and goes with #flatbuffers for vendor-neutral persistence. #threatbus received polishing on the UI side and for snapshot handling. More at tenzir.com/blog/release-2…
驚異的…ブラウザでもMessagePackの選択肢が普通にあり得る予感。RT @kzk_mover: mjdsk... #msgpack RT @uupaa: 色々やって気が付いたら、Chromeの倍はやくなってたとか… http://yfrog.com/jp15735372j
Web services - pull (RPC, HTTP) #Microservices - pull (#MsgPack on TCP), push (NSQ, NATS) medium.com/p/web-services…
Something went wrong.
Something went wrong.
United States Trends
- 1. Steelers 34.2K posts
- 2. Rodgers 15.1K posts
- 3. Chargers 21.2K posts
- 4. #RHOP 6,011 posts
- 5. Schumer 184K posts
- 6. Herbert 9,367 posts
- 7. #HereWeGo 4,682 posts
- 8. Tim Kaine 9,413 posts
- 9. #ITWelcomeToDerry 2,947 posts
- 10. Resign 86.7K posts
- 11. Durbin 14.2K posts
- 12. Cade Cunningham 4,253 posts
- 13. Cornyn 9,533 posts
- 14. Jaylen Warren 1,442 posts
- 15. #snfonnbc N/A
- 16. Rams 29.3K posts
- 17. #90DayFianceHappilyEverAfter 1,793 posts
- 18. Drummond 2,697 posts
- 19. Dicker Doinker N/A
- 20. Jassi 1,513 posts