Conversation
Contributor
Author
There was a problem hiding this comment.
Que?
On 7 Jan 2015 00:17, "Stefan de Konink" notifications@github.com wrote:
In tdata.h
#162 (diff):@@ -142,42 +160,59 @@ struct tdata {
vehicle_journey_t *vjs;
uint32_t *journey_patterns_at_stop;
spidx_t *transfer_target_stops;
- uint8_t *transfer_dist_meters;
- uint16_t *transfer_durations;
rrrr_t ?
—
Reply to this email directly or view it on GitHub
https://github.com/bliksemlabs/rrrr/pull/162/files#r22560327.
Closed
…ur of "usefull" values. Must not be used." This reverts commit 336a174.
Additionally move json_dump to RRRR_DEBUG.
Since nobody so far had the guts to properly fix the timezone problem when the timetable timezone != machine timezone
…mode. It seems that the __restrict substitute works for all major compilers.
when searching for one specific itinerary we can do so by smashing two sets of arrival and departure upon eachother and intersect our stop index.
We should have something that generates timetable4.dat based on dummy for correct scaffolding of tests. Just expecting a random timatable4.dat is probably not a good idea.
The compiler uses much faster instructions to zero-out the memory than our home-grown zero-out. Running bitset_clear 100 times on a bitset with 10 million bits takes about 0.05 seconds, with memset 0.015 seconds.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO: