Viewing profile — vanishs
vanishs
HN member- Joined
- Sun, Feb 12, 2023, 9:52 AM UTC
- HN karma
- 17
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About vanishs
Recent public activity
-
comment
Comment #34910349
Since I used HN for the first time, I didn’t realize that if I filled in the url, the text content would not be displayed, so I reposted what I wrote before: I've been developing g…
-
comment
Comment #34802701
thank you for discussing with me
-
comment
Comment #34798284
python, Lua and JS These functions are implemented by these packages: github.com/dop251/goja github.com/yuin/gopher-lua go.starlark.net Go scripts (programs) are not subject to any…
-
comment
Comment #34790107
The script is running in the VM on the api service and does not provide any IO functions. Just like the functions provided by the playground page, users can fill in any code, so I …
-
comment
Comment #34787661
In Lockval Engine, a player data pair is on UID. A map block data can also be mapped to a UID. Or an observation point data can also correspond to a UID. Lockval Engine provides a …
-
comment
Comment #34787552
First of all, thank you very much for your feedback. Yes, as you said, gw and api in Lockval Engine implement stateless services, db implements ACID for front-end and back-end data…
-
comment
Comment #34786213
Take the recently popular actor model as an example. Each player is an actor, which can not only ensure the simplicity of development, but also ensure the atomicity of the player's…
-
comment
Comment #34785957
Lockval Engine is not yet open source software, and the code and documentation of some peripheral tools are on the github homepage. I have been thinking about the most suitable bus…
-
comment
Comment #34785506
In addition, Lockval Engine includes db and several supporting APIs. Lockval Engine is developed around the concept of data-oriented programming. Therefore, it is generally not rec…
-
comment
Comment #34785286
It means: it can achieve many functions that were previously impossible or not easy to achieve due to the limitations of the framework.
-
comment
Comment #34785260
For safety, the script does not provide any API that harms your environment. But you can use the Go plugin to write the API you need and provide it to the script. The solution can …
-
story
Show HN: Lockval Engine – A distributed backend KV engine that can run scripts
I've been developing game backends for several years, using and designing a lot of code. They all about calculations, synchronization with front-end data, and database data, and tr…