Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Releases Plugins [Plugin] samp-precise-timers ⌚: A timer plugin written in Rust

 
  • 1 Vote(s) - 5 Average
Plugin samp-precise-timers ⌚: A timer plugin written in Rust
bmisiak
Offline

Burgershot Member
Posts: 2
Threads: 1
Joined: May 2019
Reputation: 6
Location: San Francisco
#1
2019-05-21, 05:36 AM (This post was last modified: 2019-05-21, 05:38 AM by bmisiak.)
samp-precise-timers ⌚
github.com/bmisiak/samp-precise-timers


Briefly
Developed for net4game.com (RolePlay), this plugin provides precise timers for the server. It is written in Rust, a memory-safe language.

Why rewrite timers?
I had a lot of safety concerns with some of the existing solutions. They weren't written with data integrity, memory safety or preventing server crashes in mind and seemed to have quite a few bugs. As privacy and safety is our primary concern at net4game, I wrote this in Rust, which combines high-level ergonomics with the performance of a low-level language. ⚡

Please check out the code to see the benefits. You might like Rust a lot. The code is much simpler than C++ equivalents, especially the ones which still use *char, free() and delete[] instead of modern C++ idioms such as std::unique_ptr, but as Rust has no runtime, there is no overhead 😉

We would like your help! 💃
Oh, and if you enjoy working on servers, we are looking for a team to help our international expansion. 🎉  net4game has been around for a decade as the biggest Polish server. We introduced a lot of innovations over the years and we are almost ready to become international. Shoot me an e-mail at [email protected] if you're interested.

Downloads on GitHub
Also available on sampctl as
Code:
bmisiak/samp-precise-timers

On top of all of the above, I would love to help with developing open.mp!
« Next Oldest | Next Newest »



Messages In This Thread
samp-precise-timers ⌚: A timer plugin written in Rust - by bmisiak - 2019-05-21, 05:36 AM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by JustMichael - 2019-05-21, 05:41 AM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by hual - 2019-05-21, 07:46 AM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by Y_Less - 2019-05-21, 10:59 AM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by ohmios - 2019-05-21, 11:27 AM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by Toretto - 2019-05-21, 12:40 PM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by SyS - 2019-05-21, 01:44 PM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by ShowTime - 2019-05-21, 06:05 PM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by Kar - 2019-05-21, 06:43 PM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by Gudio - 2019-05-21, 06:54 PM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by bmisiak - 2019-05-21, 07:12 PM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by Hoxxy - 2019-05-22, 10:09 AM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by 6cadilab9 - 2019-07-29, 08:02 AM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by Markski - 2019-06-04, 12:11 PM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by RogueDrifter - 2019-07-29, 11:20 AM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by Logan - 2019-09-09, 10:04 PM
RE: samp-precise-timers ⌚: A timer plugin written in Rust - by Hype - 2020-05-18, 01:25 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode