쿼리큘럼 개인적 정리

직렬화버퍼

MAKGA 2021. 10. 5. 23:16
320x100

Protocol Buffer

https://jeong-pro.tistory.com/190

 

Protocol Buffer 원리로 배우는 고성능 직렬화, 역직렬화 전략! Protocol Buffer 예제 테스트(구글이 쓰는

프로토콜 버퍼가 무엇인가 프로토콜 버퍼(Protocol Buffer = protobuf)란 직렬화 데이터 구조다. (XML, JSON과 유사) 직렬화 데이터 구조를 알려면 직렬화(Serialization)가 뭔지 알아야한다. 꽤 긴데 천천히 설

jeong-pro.tistory.com

 

Flat Buffer

https://google.github.io/flatbuffers/

 

FlatBuffers: FlatBuffers

Overview FlatBuffers is an efficient cross platform serialization library for C++, C#, C, Go, Java, Kotlin, JavaScript, Lobster, Lua, TypeScript, PHP, Python, Rust and Swift. It was originally created at Google for game development and other performance-cr

google.github.io

https://gompangs.tistory.com/entry/Flatbuffers-%ED%94%8C%EB%9E%AB%EB%B2%84%ED%8D%BC%EB%9E%80

 

[Flatbuffers] 플랫버퍼란?

두괄식으로, 플랫버퍼는 메세지 송/수신에 사용되는 플랫폼 종속성 없이 사용가능한 "직/역직렬화 라이브러리" 이다. 플랫버퍼를 쓰는이유? 데이터 송/수신 시 파싱/언패킹을 안해도 된다. 메모

gompangs.tistory.com

 

320x100

'쿼리큘럼 개인적 정리' 카테고리의 다른 글

게임서버 내부 설계  (0) 2021.10.06
네트워크 장비 이해  (0) 2021.10.05
메모리 풀 / 프리리스트  (0) 2021.10.05
게임의 길찾기  (0) 2021.09.29
장르별 메시지 설계  (0) 2021.09.29